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:
Leena Miettinen
2024-05-13 12:10:10 +02:00
parent 717a6ce8a0
commit 2c41ce2f0a
4 changed files with 17 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -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 // 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 the \uicontrol Boot2Qt tag (commercial only) in the search field
(4) to list examples that you can run on Boot2Qt devices. (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 \li To check that you can compile and link the application code for a
device, click the \uicontrol {Kit Selector} and select a device, click the \uicontrol {Kit Selector} and select the kit for
\l{glossary-buildandrun-kit}{kit} for the the device.
device.
\image qtcreator-examples-kit-selector.webp {Selecting a kit to build with} \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, automatically detected the installed kit. If you cannot see any kits,
see \l{Add 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. (\uicontrol Run) to build and run the application.
\li To see the compilation progress, press \key{Alt+4} to open \li To see the compilation progress, press \key{Alt+4} to open
@@ -78,7 +85,7 @@
\endlist \endlist
\sa {Add compilers}, {Add kits}, {Add Qt versions}, \sa {Manage Kits}{How To: Manage Kits}, {Open projects},
{Connecting Android Devices}, {Connecting iOS Devices}, {Connecting Android Devices}, {Connecting iOS Devices},
{Compile Output}, {Boot2Qt: Documentation}, {Qt Design Studio Manual} {Compile Output}, {Boot2Qt: Documentation}, {Qt Design Studio Manual}
*/ */

View File

@@ -63,15 +63,15 @@
To re-configure projects: To re-configure projects:
\list 1 \list 1
\li In the \uicontrol {Configure Project} tab, select \li In \uicontrol {Configure Project}, select
\l{glossary-buildandrun-kit}{kits} for building \l{glossary-buildandrun-kit}{kits} for building
and running your project. 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}. \li Select \uicontrol {Configure Project}.
\endlist \endlist
The \uicontrol {Configure Project} tab displays a list of kits that you \uicontrol {Configure Project} shows a list of kits that you
install on the development PC and configure in \preferences > \uicontrol Kits. 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 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, need a Qt version and compiler to offer code completion. To specify them,