aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-05-13 12:10:10 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-05-14 11:53:37 +0000
commit2c41ce2f0a99a1eff03eda9634878b74b9252419 (patch)
tree1f0804f16a4fb01353ec72db0d1ce3c212ef4c2e /doc/qtcreator
parent717a6ce8a06959d8c9637ee42264e43c0bbcf864 (diff)
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>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/images/qtcreator-configure-project.webpbin0 -> 5298 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-open-project-kits.pngbin11379 -> 0 bytes
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc19
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc8
4 files changed, 17 insertions, 10 deletions
diff --git a/doc/qtcreator/images/qtcreator-configure-project.webp b/doc/qtcreator/images/qtcreator-configure-project.webp
new file mode 100644
index 0000000000..6f77d3a2a9
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-configure-project.webp
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-open-project-kits.png b/doc/qtcreator/images/qtcreator-open-project-kits.png
deleted file mode 100644
index 8434389fa1..0000000000
--- a/doc/qtcreator/images/qtcreator-open-project-kits.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
index 4b13cbd630..c6ce34ca69 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc
@@ -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}
*/
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc
index f631e67389..66b69a573f 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-opening.qdoc
@@ -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,