aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-05-07 15:32:03 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-05-16 07:42:09 +0000
commit5b5c61c519f28f50adfead28bbf8f88d4088e904 (patch)
tree9c1bc4fe2c1abbf88f45a93dc4f14a7f08000adf /doc/qtcreator/src/projects
parent898203aa6e72b77f4c69cd48ecc9dd5ba3c75788 (diff)
Doc: Restructure info on developing for Boot2Qt devices
- Split the topic into how-to and reference topics - Remove redundant information - Make the instructions consistent with the remote Linux topics - Include info about SSH connections from the remote Linux topic - Add the \B2Q macro for "Boot to Qt" and use it where possible (some UI text still says "Boot2Qt" Task-number: TCREATORBUG-29361 Change-Id: I7fe5f957049d84ec7402f4c11a070ac2d44fcb38 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc12
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc4
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc2
3 files changed, 9 insertions, 9 deletions
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 457850d4024..e1d998999e1 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
@@ -25,10 +25,10 @@
the development environment for Android or iOS. For more information, see
\l{Developing for Android} and \l{Developing for iOS}.
- To run an example application on a Boot2Qt device, you must set up
- Boot2Qt on the development host and create connections
+ To run an example application on a \B2Q device, you must set up
+ \B2Q on the development host and create connections
between the host and devices. For more information, see
- \l{Boot2Qt: Documentation}.
+ \l{\B2Q: Documentation}.
If you have \l{Qt Design Studio Manual}{\QDS} installed, you can open
\QDS examples from \QC in \QDS.
@@ -47,8 +47,8 @@
\li Select an example in the list of examples.
You can also use tags (3) to filter examples. For instance, enter
- the \uicontrol Boot2Qt tag (commercial only) in the search field
- (4) to list examples that you can run on Boot2Qt devices.
+ the \uicontrol \B2Q tag (commercial only) in the search field
+ (4) to list examples that you can run on \B2Q devices.
\li To check that you can compile and link the application code for a
device, click the \uicontrol {Kit Selector} and select a
@@ -80,5 +80,5 @@
\sa {Add compilers}, {Add kits}, {Add Qt versions},
{Developing for Android}, {Developing for iOS},
- {Compile Output}, {Boot2Qt: Documentation}, {Qt Design Studio Manual}
+ {Compile Output}, {\B2Q: Documentation}, {Qt Design Studio Manual}
*/
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc
index 4eb4faf42a2..f678eaf646f 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-kits.qdoc
@@ -27,7 +27,7 @@
\list
\li \l{Developing for Android}{Android}
\li \l{Developing for Bare Metal Devices}{Bare Metal}
- \li \l{Boot2Qt: Documentation}{Boot2Q} (commercial only)
+ \li \l{\B2Q: Documentation}{\B2Q} (commercial only)
\li \l{Adding Docker Devices}{Docker} (experimental)
\li \l{Developing for iOS}{iOS}
\li iOS Simulator
@@ -134,7 +134,7 @@
cross-compiling, leave this field empty.
\row
\li \uicontrol {Emulator skin}
- \li Skin to use for the \l {Emulator}{Boot2Qt Emulator Device}.
+ \li Skin to use for the \l {Emulator}{\B2Q Emulator Device}.
\row
\li \uicontrol {Compiler}
\li C or C++ compiler that you use to build the project. You can add
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
index 7f8ba6894b8..bf816f43511 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
@@ -27,7 +27,7 @@
\list
\li \l {Android Run Settings}{Android}
- \li \l {Boot2Qt Run Settings}{Boot2Qt}
+ \li \l {\B2Q Run Settings}{\B2Q}
\li \l {Desktop Device Run Settings}{Desktop}
\li \l {Python Run Settings}{Python}
\li \l {QNX Run Settings}{QNX}