forked from qt-creator/qt-creator
Device support: Provide SSH connection parameters in internal variables.
Example use case: User is developing for embedded Linux system without an SFTP server. Now deployment can be done via a custom process step using scp without the need to duplicate all the connection data. Change-Id: Ib1f71080d106864e5f5345fd36f7cc226a515916 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -76,20 +76,28 @@
|
||||
|
||||
\li In the \gui {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}.
|
||||
|
||||
\li In the \gui {The user name to log into the device} field,
|
||||
enter the user name to log into the device and run the
|
||||
application as.
|
||||
This value will be available in the variable \c %{CurrentDevice:UserName}.
|
||||
|
||||
\li In the \gui {The authentication type} field, select whether
|
||||
to use \gui Password or \gui 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}.
|
||||
|
||||
\li Click \gui {Next} to create the connection.
|
||||
|
||||
\endlist
|
||||
|
||||
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}.
|
||||
|
||||
|
||||
\li Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Kits
|
||||
> \gui Add to add a kit for building for the device. Select the
|
||||
Qt version, compiler, and device that you added above, and choose
|
||||
|
||||
Reference in New Issue
Block a user