aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/overview/creator-deployment-overview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-08-15 15:21:48 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-08-16 07:34:50 +0000
commitc76db4d085cf9d6bc459fdb26473446aa1bd6296 (patch)
treea7d04b82c5786e8ea9115341526107d3dbbf9640 /doc/src/overview/creator-deployment-overview.qdoc
parent98b6fd26bfb36e297f2a2171f1406acad82f0e4f (diff)
Doc: Use defines to enable hiding device-related information
Currently, only Android and embedded Linux devices are supported by Qt Design Studio. Change-Id: I10005f6a9cfeb93c99447796c1c9e6d47ab578de Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/overview/creator-deployment-overview.qdoc')
-rw-r--r--doc/src/overview/creator-deployment-overview.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/overview/creator-deployment-overview.qdoc b/doc/src/overview/creator-deployment-overview.qdoc
index 86fbaa5488..7335591580 100644
--- a/doc/src/overview/creator-deployment-overview.qdoc
+++ b/doc/src/overview/creator-deployment-overview.qdoc
@@ -55,10 +55,14 @@
When you deploy the application to a generic Linux-based device, \QC
copies the application files to the connected device. You can test
and debug the application on the device.
+
+ \if defined(qtcreator)
\li \l{Deploying Applications to QNX Neutrino Devices}
When you deploy the application to a QNX Neutrino device, \QC copies
the application files to the connected device. You can test and
debug the application on the device.
+ \endif
+
\endlist
*/