summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-04-07 12:45:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-04-13 13:49:42 +0000
commit63aaa65439ab46f256382f0267d45067b0d6c4ec (patch)
tree00ca283adbc4cd9e8a89712f87f485074849f91a
parentef52fa743b0cfb8c3a298ba9e0cd08edf0d4a8f4 (diff)
downloadqt-creator-63aaa65439ab46f256382f0267d45067b0d6c4ec.tar.gz
Doc: Fix links to Boot2Qt topics
And update information about Boot2Qt requirements. Fixes: QTCREATORBUG-27251 Change-Id: Ifda686fafcd6b258a2c4dd8102260e05b637335d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
-rw-r--r--doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc9
-rw-r--r--doc/qtcreator/src/linux-mobile/b2qtdev.qdoc4
-rw-r--r--doc/qtcreator/src/linux-mobile/creator-embedded-platforms.qdoc12
-rw-r--r--doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc6
-rw-r--r--doc/qtcreator/src/overview/creator-only/creator-commercial-overview.qdoc5
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-build-run-tutorial.qdoc8
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc2
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc20
8 files changed, 28 insertions, 38 deletions
diff --git a/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc b/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc
index c9d9fe89b4..fd05937df5 100644
--- a/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc
+++ b/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc
@@ -452,11 +452,10 @@
The Performance Analyzer can read Perf data files generated in either frame
pointer or dwarf mode. However, to generate the files correctly, numerous
preconditions have to be met. All system images for the
- \l{http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
- {Qt for Device Creation reference devices}, except for Freescale iMX53 Quick
- Start Board and SILICA Architect Tibidabo, are correctly set up for
- profiling in the dwarf mode. For other devices, check whether Perf can read
- back its own data in a sensible way by checking the output of
+ \l{https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html}
+ {Boot2Qt:Supported Target Devices and Development Hosts} are correctly set
+ up for profiling in the dwarf mode. For other devices, check whether Perf
+ can read back its own data in a sensible way by checking the output of
\c {perf report} or \c {perf script} for the recorded Perf data files.
\section1 Loading and Saving Trace Files
diff --git a/doc/qtcreator/src/linux-mobile/b2qtdev.qdoc b/doc/qtcreator/src/linux-mobile/b2qtdev.qdoc
index e9d4e470f9..ba71b49ab2 100644
--- a/doc/qtcreator/src/linux-mobile/b2qtdev.qdoc
+++ b/doc/qtcreator/src/linux-mobile/b2qtdev.qdoc
@@ -63,8 +63,8 @@
\note On Ubuntu Linux, the development user account must have access to
plugged in devices. To allow the development user access to the device
via USB, create a new \c udev rule, as described in
- \l{https://doc.qt.io/QtForDeviceCreation/b2qt-requirements-x11.html#setting-up-usb-access-to-embedded-devices}
- {Setting Up USB Access to Embedded Devices}.
+ \l{https://doc.qt.io/Boot2Qt/b2qt-requirements-x11.html#setting-up-usb-access-to-embedded-devices}
+ {Boot2Qt: Setting Up USB Access to Embedded Devices}.
You can edit the settings later in \uicontrol Tools > \uicontrol Options >
\uicontrol Devices > \uicontrol Devices.
diff --git a/doc/qtcreator/src/linux-mobile/creator-embedded-platforms.qdoc b/doc/qtcreator/src/linux-mobile/creator-embedded-platforms.qdoc
index d920d13e90..8d0f5d25e0 100644
--- a/doc/qtcreator/src/linux-mobile/creator-embedded-platforms.qdoc
+++ b/doc/qtcreator/src/linux-mobile/creator-embedded-platforms.qdoc
@@ -65,24 +65,22 @@
license holders, tooling is provided to customize the contents of the stack
as well as to take it into desired production hardware.
- Either Windows 7 or later or Ubuntu Linux 64-bit 12.04 LTS
+ Either Windows 10 64-bit or later or Ubuntu Linux 64-bit 20.04 LTS
or later is required to install and use Boot2Qt.
The following topics contain more information about developing applications
for Boot2Qt devices:
\list
- \li \l{https://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
- {Reference Target Devices and Development Hosts}
- \li \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
- {Installation Guides}
+ \li \l{https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html}
+ {Boot2Qt: Supported Target Devices and Development Hosts}
+ \li \l{https://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
+ {Boot2Qt: Installation Guides}
\li \l{Connecting Boot2Qt Devices}
\li \l{Specifying Run Settings for Boot2Qt Devices}
\li \l{Deploying Applications to Boot2Qt Devices}
\li \l{https://doc.qt.io/qtcreator/creator-overview-qtasam.html}
{Qt Creator Plugin for Qt Application Manager}
- \li \l{https://doc.qt.io/QtForDeviceCreation/index.html}
- {Qt for Device Creation}
\endlist
\section1 Generic Remote Linux
diff --git a/doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc b/doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc
index 864a449bcc..175dfe49c3 100644
--- a/doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc
+++ b/doc/qtcreator/src/linux-mobile/creator-projects-settings-run-b2qt.qdocinc
@@ -32,10 +32,8 @@
must create connections from the development host to the device and add the
device configurations to \l{glossary-buildandrun-kit}{kits}. Select
\uicontrol {Manage Kits} to add devices to kits. For more information, see
- the \l{http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html}
- {Installation Guide} in the
- \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation}
- documentation.
+ \l{http://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
+ {Boot2Qt: Installation Guide}.
The run settings display the path to the executable file on the development
host and on the device.
diff --git a/doc/qtcreator/src/overview/creator-only/creator-commercial-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-commercial-overview.qdoc
index acb4548fb3..015c30825c 100644
--- a/doc/qtcreator/src/overview/creator-only/creator-commercial-overview.qdoc
+++ b/doc/qtcreator/src/overview/creator-only/creator-commercial-overview.qdoc
@@ -40,9 +40,8 @@
\l{http://qt.io/licensing/}{Qt license}:
\list
- \li \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Developing for
- embedded devices}
- \li \l{http://doc.qt.io/qtcreator/creator-overview-qtasam.html}
+ \li \l{https://doc.qt.io/Boot2Qt/index.html}{Boot2Qt}
+ \li \l{https://doc.qt.io/qtcreator/creator-overview-qtasam.html}
{Qt Application Manager} integration
\endlist
*/
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 7d44a42884..d5c2be6bd5 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
@@ -44,12 +44,10 @@
\l{Connecting Android Devices} and \l{Connecting iOS Devices}.
To run an example application on a Boot2Qt device, you must set up
- Qt for Device Creation on the development host and create connections
+ Boot2Qt on the development host and create connections
between the host and devices. For more information, see
- \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
- {Installation Guides} in the
- \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation}
- documentation.
+ \l{https://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
+ {Boot2Qt: Installation Guides}
If you have \l{Qt Design Studio Manual}{\QDS} installed, you can open
\QDS examples from \QC in \QDS.
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc
index d5899ee8e1..ab74a044c5 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc
@@ -49,7 +49,7 @@
\list
\li \l{Connecting Android Devices}{Android Device}
\li \l{Connecting Bare Metal Devices}{Bare Metal Device}
- \li \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
+ \li \l{https://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
{Boot2Qt Device} (commercial only)
\li \l{Emulator}{Boot2Qt Emulator Device} (commercial only)
\li \l{Connecting Generic Remote Linux Devices}{Generic Remote Linux Device}
diff --git a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
index 480027f296..c8ef7a11c8 100644
--- a/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-live-preview-devices.qdoc
@@ -81,19 +81,17 @@
\section2 Previewing on Boot2Qt Devices
- You can preview UIs on Boot2Qt devices that are supported by
- \l{Qt for Device Creation}. For a list of supported devices, see
- \l{https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html}
- {Reference Target Devices and Development Hosts}.
+ You can preview UIs on Boot2Qt devices. For a list of supported devices, see
+ \l{https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html}
+ {Boot2Qt: Supported Target Devices and Development Hosts}.
You must configure the device as instructed in the
- \l{https://doc.qt.io/QtForDeviceCreation/b2qt-installation-guides.html}
- {Installation Guides}.
+ \l{https://doc.qt.io/Boot2Qt/b2qt-installation-guides.html}
+ {Boot2Qt: Installation Guides}.
\note At the time of this writing, \macos is not supported as a development
- host for Qt for Device Creation. This means that you cannot preview UIs on
- devices if you are using \QC on \macos. For more information about
- supported development hosts, see
- \l {https://doc.qt.io/QtForDeviceCreation/qtdc-supported-platforms.html#supported-development-hosts}
- {Supported Development Hosts}.
+ host for Boot2Qt. This means that you cannot preview UIs on
+ devices if you are using \QC on \macos. For more information, see
+ \l {https://doc.qt.io/Boot2Qt/qtdc-supported-platforms.html#supported-development-hosts}
+ {Boot2Qt: Supported Development Hosts}.
*/