aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/linux-mobile
diff options
context:
space:
mode:
authorLeena Miettinen <[email protected]>2018-08-30 12:36:23 +0200
committerLeena Miettinen <[email protected]>2018-09-07 08:59:48 +0000
commitfdbcfc6756035331a3b038d7406e761860e641eb (patch)
treed66bf41c359fbfb0fda9c296f9655173f1201a0b /doc/src/linux-mobile
parentaa588449b0a4f639459bb2a0933656145f0d5dd6 (diff)
Doc: Use defines to hide info not related to Qt Quick projects
Change-Id: I70ee417aebcddd32ef9f6419e3000fdfd02c9707 Reviewed-by: Tim Jenssen <[email protected]>
Diffstat (limited to 'doc/src/linux-mobile')
-rw-r--r--doc/src/linux-mobile/creator-deployment-embedded-linux.qdoc5
-rw-r--r--doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/linux-mobile/creator-deployment-embedded-linux.qdoc b/doc/src/linux-mobile/creator-deployment-embedded-linux.qdoc
index 7733fa62c0d..625666a191f 100644
--- a/doc/src/linux-mobile/creator-deployment-embedded-linux.qdoc
+++ b/doc/src/linux-mobile/creator-deployment-embedded-linux.qdoc
@@ -107,6 +107,7 @@
\section1 Qt for Device Creation Deployment Steps
+ \if defined(qtcreator)
The deployment steps depend on the Qt for Device Creation version specified
in the kit.
@@ -136,6 +137,7 @@
When developing with Qt for Device Creation version 5.9 or later, you can
specify the deployment steps described in this section in addition to the
generic deployment steps.
+ \endif
To execute custom commands when the application is deployed to the device,
select \uicontrol {Add Deploy Step} > \uicontrol {Run Custom Remote Command}
@@ -144,6 +146,7 @@
To have your application launch on boot, select \uicontrol {Add Deploy Step}
> \uicontrol {Change Default Application}.
+ \if defined(qtcreator)
\include creator-projects-cmake-deploying.qdocinc cmake deploying embedded
-
+ \endif
*/
diff --git a/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc b/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
index 5b7045703cf..f573a0de795 100644
--- a/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
+++ b/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
@@ -48,8 +48,11 @@
\uicontrol {Application Output} view.
Choose \uicontrol {Projects > Embedded Linux > Run} to view the settings for deploying
- the application to the connected device. For more information, see
+ the application to the connected device.
+ \if defined(qtcreator)
+ For more information, see
\l{Specifying Run Settings for Linux-Based Devices}.
+ \endif
Debugging works transparently if GDB server is installed on the device and
it is compatible with the GDB on the host.