diff --git a/doc/images/qtcreator-cmakeexecutable.png b/doc/images/qtcreator-cmakeexecutable.png index 70265cd2304..1f2244f5881 100644 Binary files a/doc/images/qtcreator-cmakeexecutable.png and b/doc/images/qtcreator-cmakeexecutable.png differ diff --git a/doc/images/qtcreator-qt4-qtversions-add.png b/doc/images/qtcreator-qt4-qtversions-add.png index 2857a28bd81..6c7c201c180 100644 Binary files a/doc/images/qtcreator-qt4-qtversions-add.png and b/doc/images/qtcreator-qt4-qtversions-add.png differ diff --git a/doc/images/qtcreator-run-settings-linux-devices.png b/doc/images/qtcreator-run-settings-linux-devices.png index 533b51fa760..47be61e81a3 100644 Binary files a/doc/images/qtcreator-run-settings-linux-devices.png and b/doc/images/qtcreator-run-settings-linux-devices.png differ diff --git a/doc/images/qtcreator-targets.png b/doc/images/qtcreator-targets.png index d1e63ee8d29..80022ad0e9e 100644 Binary files a/doc/images/qtcreator-targets.png and b/doc/images/qtcreator-targets.png differ diff --git a/doc/images/qtcreator-toolchains.png b/doc/images/qtcreator-toolchains.png index 8f38f27369d..0d4f8c854d2 100644 Binary files a/doc/images/qtcreator-toolchains.png and b/doc/images/qtcreator-toolchains.png differ diff --git a/doc/src/linux-mobile/linuxdev.qdoc b/doc/src/linux-mobile/linuxdev.qdoc index 30edb8535e4..96050276068 100644 --- a/doc/src/linux-mobile/linuxdev.qdoc +++ b/doc/src/linux-mobile/linuxdev.qdoc @@ -47,7 +47,8 @@ either a password or an SSH key. If you do not have an SSH key, you can create it in \QC. For more information, see \l {Generating SSH Keys}. - To configure connections between \QC and embedded Linux devices: + To configure connections between \QC and an embedded Linux device and to + specify build and run settings for the device: \list 1 @@ -90,6 +91,10 @@ \endlist + \o Select \gui Tools > \gui Options > \gui {Build & Run} > \gui Targets + > \gui Add to add a target for building for the device. Select the + Qt version, compiler, and device that you added above. + \o To specify build settings: \list 1 @@ -97,26 +102,17 @@ \o Open a project for an application you want to develop for the device. - \o Select \gui {Projects > Desktop > Build}. + \o Select \gui {Projects > Targets > Add}. - \o Select the Qt version and tool chain for the embedded Linux - device. + \o Select the target that you added above. \endlist - \o To specify run settings: - - \list 1 - - \o Select \gui {Run > Add > Deploy to Remote Linux Host} - to add a new deploy configuration. + \o To specify run settings, select \gui Run. \image qtcreator-run-settings-linux-devices.png "Run settings for embedded Linux devices" - \o In the \gui {Device configuration} field, select the device - connection. - - \endlist + Usually, you can use the default settings. When you run the project, \QC deploys the application as specified by the deploy steps. By default, \QC copies the application files to the device. diff --git a/doc/src/projects/creator-projects-opening.qdoc b/doc/src/projects/creator-projects-opening.qdoc index dd825a89a28..6d30ba4f4d3 100644 --- a/doc/src/projects/creator-projects-opening.qdoc +++ b/doc/src/projects/creator-projects-opening.qdoc @@ -47,7 +47,7 @@ \image qtcreator-open-project-targets.png "Configure Project tab" Even if you do not intend to build the project, the C++ and QML code models - need a Qt version and tool chain to offer code completion. To specify them, + need a Qt version and compiler to offer code completion. To specify them, select the \gui Options link, or select \gui {Tools > Options > Build & Run > Targets}. diff --git a/doc/src/projects/creator-projects-targets.qdoc b/doc/src/projects/creator-projects-targets.qdoc index 34005fa0af4..6cadd5cdbb1 100644 --- a/doc/src/projects/creator-projects-targets.qdoc +++ b/doc/src/projects/creator-projects-targets.qdoc @@ -33,7 +33,7 @@ \QC groups platform specific settings as \e targets to make cross-platform development easier. Each target consists of a set of values that define one - environment, such as a device, tool chain, Qt version, and debugger command + environment, such as a device, compiler, Qt version, and debugger command to use, and some metadata, such as an icon and a name for the target. Once you have defined targets, you can select them to build and run projects. @@ -85,8 +85,8 @@ image is located. If you are not cross-compiling, leave this field empty. - \o In the \gui {Tool chain} field, select the tool chain required - to build the project. You can add tool chains to the list + \o In the \gui {Compiler} field, select the compiler required + to build the project. You can add compilers to the list if they are installed on the development PC, but were not detected automatically. For more information, see \l{Adding Compilers}.