forked from qt-creator/qt-creator
Doc: update run settings
Update screenshots Change-Id: I8f10f6d2265d3b611c4df52447a9d79f07f2d3cb Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
\section2 Specifying Run Settings for Generic Linux Devices
|
||||
|
||||
To run an application on a generic Linux device (without MADDE support),
|
||||
create and select a device configuration in the Desktop run settings for
|
||||
your project. You can also pass command line arguments to your application.
|
||||
|
||||
\image qtcreator-run-settings-linux-devices.png "Run settings for Generic Linux devices"
|
||||
|
||||
In addition, you must create a connection from the development PC to the
|
||||
device. Click \gui {Manage device configurations} to create connections.
|
||||
For more information, see \l {Connecting Generic Linux Devices}.
|
||||
|
||||
When you run the application on the \gui Desktop target, \QC
|
||||
generates an installation package in the build directory. The name of the
|
||||
directory is displayed in the \gui {Create tarball} step. \QC copies
|
||||
the tarball to devices by using the SSH file transfer protocol (SFTP) and
|
||||
extracts it.
|
||||
@@ -0,0 +1,24 @@
|
||||
\section2 Specifying Run Settings for Linux-Based Devices
|
||||
|
||||
To run an application on a Linux-based device target (embedded Linux, MeeGo
|
||||
Harmattan, or Maemo), create and select a device configuration in the run
|
||||
settings for the project.
|
||||
You can also pass command line arguments to your application.
|
||||
|
||||
\image qtcreator-screenshot-run-settings-maemo.png "Run settings for Linux-based devices"
|
||||
|
||||
To run and debug applications on Linux-based devices, you must
|
||||
create connections from the development PC to the devices. Click
|
||||
\gui {Manage device configurations} to create connections. For more
|
||||
information, see \l{Configuring Connections to Maemo Devices},
|
||||
\l{Configuring Connections to Harmattan Devices}, and
|
||||
\l {Connecting Embedded Linux Devices}.
|
||||
|
||||
When you run the application, \QC copies the files to the connected device.
|
||||
|
||||
For MeeGo Harmattan and Maemo targets, \QC also generates an
|
||||
installation package in the build directory by default. You can deliver the
|
||||
installation package to users for installation
|
||||
on devices that are of the same type and run the same firmware as the
|
||||
connected device. For more information, see
|
||||
\l{Deploying Applications to Linux-Based Devices}.
|
||||
@@ -1,21 +0,0 @@
|
||||
\section2 Specifying Run Settings for Maemo and MeeGo Harmattan Devices
|
||||
|
||||
To run an application on a Maemo or MeeGo Harmattan device, create and
|
||||
select a device configuration in the Maemo 5 or Harmattan run settings for
|
||||
your project.
|
||||
You can also pass command line arguments to your application.
|
||||
|
||||
\image qtcreator-screenshot-run-settings-maemo.png "Run settings for Maemo devices"
|
||||
|
||||
To run and debug applications on Maemo or MeeGo Harmattan devices, you must
|
||||
create connections from the development PC to the devices. Click
|
||||
\gui {Manage device configurations} to create connections. For more
|
||||
information, see \l{Configuring Connections to Maemo Devices} and
|
||||
\l{Configuring Connections to Harmattan Devices}.
|
||||
|
||||
When you run the application on the \gui{Maemo5} or \gui Harmattan target,
|
||||
\QC generates a Debian installation package in the build directory by
|
||||
default. You can deliver the installation package to users for installation
|
||||
on devices that are of the same type and run the same firmware as the
|
||||
connected device. For more information, see
|
||||
\l{Deploying Applications to Maemo or MeeGo Harmattan Devices}.
|
||||
Reference in New Issue
Block a user