diff options
author | Daniel Molkentin <daniel@molkentin.de> | 2013-03-07 22:40:20 +0100 |
---|---|---|
committer | Daniel Molkentin <daniel@molkentin.de> | 2013-03-11 13:46:24 +0100 |
commit | 2b6c79eb102b9b273f3d44f9c9a85943ddbdd89c (patch) | |
tree | 5c6c87134e9cffef67a936d8bcac9138dc13415a /doc | |
parent | 1aba452b319abc0c003ec0203a5647301e3f5e5b (diff) | |
download | qt-creator-2b6c79eb102b9b273f3d44f9c9a85943ddbdd89c.tar.gz |
Add notes about deployment to generic linux devices
Change-Id: I00608da5000e9bb2274aae8b27dee2235d7852b8
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/linux-mobile/creator-deployment-madde.qdoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/src/linux-mobile/creator-deployment-madde.qdoc b/doc/src/linux-mobile/creator-deployment-madde.qdoc index fdceddb5ca..b6911b2c3f 100644 --- a/doc/src/linux-mobile/creator-deployment-madde.qdoc +++ b/doc/src/linux-mobile/creator-deployment-madde.qdoc @@ -49,6 +49,17 @@ When you run the application, \QC copies the necessary files to the device and starts the application on it. + For example, adding + + \code + target.path = /root + INSTALLS += target + \endcode + + to the project .pro file will copy the binary of your project to \c /root + on the remote device. Additional files can be deployed by adding them to + further targets and adding those to \c INSTALLS as well. + \section1 Deploying on Embedded Linux \image qtcreator-embedded-linux-deployment.png "Deploy to embedded Linux" @@ -74,6 +85,11 @@ The \gui {Deploy tarball via SFTP upload} step specifies that \QC uploads the tarball to the device and extracts it. + \note If the SFTP upload fails, make sure that the remote device has + SFTP enabled in its SSH daemon. Some versions of Dropbear that come + without SFTP support will crash when an SFTP upload is being attempted. + This is not a bug in \QC. + \section1 Deploying on MeeGo Harmattan and Maemo 5 You can use desktop files to display icons on the home screen of the |