aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-22 13:58:00 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-22 15:07:17 +0000
commitb57ac109a2509950bdc0650f21f42214ab0b347e (patch)
tree490ff02899e7976af7ebfb2e3d0209a754ac2c0f
parentab7099cdb0781e39565cb441b1e8f64ca1668182 (diff)
Documentation: Describe the non-prefixed "Device:*" variables.v3.4.2
These are the ones that people should use in build steps and such. Task-number: QTCREATORBUG-14614 Change-Id: I398ee57a0338c16f41dd190abe3fc9b055a50132 Reviewed-by: hjk <hjk@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/linux-mobile/linuxdev.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/linux-mobile/linuxdev.qdoc b/doc/src/linux-mobile/linuxdev.qdoc
index 2a8c88a379..337d9006bb 100644
--- a/doc/src/linux-mobile/linuxdev.qdoc
+++ b/doc/src/linux-mobile/linuxdev.qdoc
@@ -77,18 +77,18 @@
\li In the \uicontrol {The device's host name or IP address} field,
enter the host name or IP address of the device.
- This value will be available in the variable \c %{CurrentDevice:HostAddress}.
+ This value will be available in the variable \c %{Device:HostAddress}.
\li In the \uicontrol {The username to log into the device} field,
enter the username to log into the device and run the
application as.
- This value will be available in the variable \c %{CurrentDevice:UserName}.
+ This value will be available in the variable \c %{Device:UserName}.
\li In the \uicontrol {The authentication type} field, select whether
to use \uicontrol Password or \uicontrol Key authentication, and enter
the user's password or the file that contains the user's
private key.
- The latter will be available in the variable \c %{CurrentDevice:PrivateKeyFile}.
+ The latter will be available in the variable \c %{Device:PrivateKeyFile}.
\li Click \uicontrol {Next} to create the connection.
@@ -96,7 +96,7 @@
All of these parameters can be edited later, as well as additional ones that the
wizard does not show because there are sensible default values. One of these is
- the SSH port number, which is available in the variable \c %{CurrentDevice:SshPort}.
+ the SSH port number, which is available in the variable \c %{Device:SshPort}.
\li Select \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run}