aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-18 13:47:01 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 09:14:03 +0000
commit64975402afda522044ab029758da95a1cb06150f (patch)
treec8a4d034fbb91e3f1f39a686f5a2643b7c6492bb
parentf3c4674c5614131b05e7cfc46554c7883d9a4367 (diff)
Doc: Reformat
Add \c for ".pro" file ending referrenced in the text. No other text change Change-Id: I2134432bebc7fb66dfe0ddc6e709946a437af84c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/qnx/creator-deployment-qnx.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/qnx/creator-deployment-qnx.qdoc b/doc/src/qnx/creator-deployment-qnx.qdoc
index 902665241f..6ec160c2ba 100644
--- a/doc/src/qnx/creator-deployment-qnx.qdoc
+++ b/doc/src/qnx/creator-deployment-qnx.qdoc
@@ -32,18 +32,18 @@
\title Deploying Applications to QNX Neutrino Devices
- You can deploy applications to QNX Neutrino devices in the way that is described
- in \l{Deploying Applications to Embedded Linux Devices}.
+ You can deploy applications to QNX Neutrino devices in the way that is
+ described in \l{Deploying Applications to Embedded Linux Devices}.
\image qtcreator-qnx-deployment.png "Deploy to device"
The files to be installed are listed in the \uicontrol {Deployment} step,
- the \uicontrol {Files to install for subproject} field. The \uicontrol {Local File Path}
- field displays the location of the file on the development PC. The
- \uicontrol {Remote Directory} field displays the folder where the file is
- installed on the device. Text in red color indicates that the information is
- missing. Edit the qmake \l{Variables#installs}
- {INSTALLS variable} in the project .pro file to add the missing files.
+ the \uicontrol {Files to install for subproject} field. The
+ \uicontrol {Local File Path} field displays the location of the file on the
+ development PC. The \uicontrol {Remote Directory} field displays the folder
+ where the file is installed on the device. Text in red color indicates that
+ the information is missing. Edit the qmake \l{Variables#installs}
+ {INSTALLS variable} in the project \c .pro file to add the missing files.
When you run the application, \QC copies the necessary files to the device
and starts the application on it.