forked from qt-creator/qt-creator
Doc: Describe configuring projects in build/run example tutorial
Update the screenshot also in the "Open a project" topic. Fixes: QTCREATORBUG-30799 Change-Id: I1967907843f792671a665d15b343669f353d4a9f Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
BIN
doc/qtcreator/images/qtcreator-configure-project.webp
Normal file
BIN
doc/qtcreator/images/qtcreator-configure-project.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
@@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2021 The Qt Company Ltd.
|
||||
// Copyright (C) 2024 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
|
||||
// **********************************************************************
|
||||
@@ -50,10 +50,17 @@
|
||||
the \uicontrol Boot2Qt tag (commercial only) in the search field
|
||||
(4) to list examples that you can run on Boot2Qt devices.
|
||||
|
||||
\li In \uicontrol {Configure Project}, select
|
||||
\l{glossary-buildandrun-kit}{kits} for building the example for the
|
||||
target platforms.
|
||||
|
||||
\image qtcreator-configure-project.webp {Configure Project view}
|
||||
|
||||
\li Select \uicontrol {Configure Project}.
|
||||
|
||||
\li To check that you can compile and link the application code for a
|
||||
device, click the \uicontrol {Kit Selector} and select a
|
||||
\l{glossary-buildandrun-kit}{kit} for the
|
||||
device.
|
||||
device, click the \uicontrol {Kit Selector} and select the kit for
|
||||
the device.
|
||||
|
||||
\image qtcreator-examples-kit-selector.webp {Selecting a kit to build with}
|
||||
|
||||
@@ -61,7 +68,7 @@
|
||||
automatically detected the installed kit. If you cannot see any kits,
|
||||
see \l{Add kits}.
|
||||
|
||||
\li Click \inlineimage icons/run_small.png
|
||||
\li Select \inlineimage icons/run_small.png
|
||||
(\uicontrol Run) to build and run the application.
|
||||
|
||||
\li To see the compilation progress, press \key{Alt+4} to open
|
||||
@@ -78,7 +85,7 @@
|
||||
|
||||
\endlist
|
||||
|
||||
\sa {Add compilers}, {Add kits}, {Add Qt versions},
|
||||
\sa {Manage Kits}{How To: Manage Kits}, {Open projects},
|
||||
{Connecting Android Devices}, {Connecting iOS Devices},
|
||||
{Compile Output}, {Boot2Qt: Documentation}, {Qt Design Studio Manual}
|
||||
*/
|
||||
|
@@ -63,15 +63,15 @@
|
||||
To re-configure projects:
|
||||
|
||||
\list 1
|
||||
\li In the \uicontrol {Configure Project} tab, select
|
||||
\li In \uicontrol {Configure Project}, select
|
||||
\l{glossary-buildandrun-kit}{kits} for building
|
||||
and running your project.
|
||||
\image qtcreator-open-project-kits.png {Configure Project tab}
|
||||
\image qtcreator-configure-project.webp {Configure Project view}
|
||||
\li Select \uicontrol {Configure Project}.
|
||||
\endlist
|
||||
|
||||
The \uicontrol {Configure Project} tab displays a list of kits that you
|
||||
install on the development PC and configure in \preferences > \uicontrol Kits.
|
||||
\uicontrol {Configure Project} shows a list of kits that you
|
||||
install on the computer and configure in \preferences > \uicontrol Kits.
|
||||
|
||||
Even if you do not intend to build the project, the C++ and QML code models
|
||||
need a Qt version and compiler to offer code completion. To specify them,
|
||||
|
Reference in New Issue
Block a user