forked from qt-creator/qt-creator
Device type + tool chain + other settings -> Kit
We called that "Target" before Change-Id: Ie0d673c643947c26ac2706907f6250fc1739388a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
\section1 Specifying Run Settings for Qt Quick UI Projects
|
||||
|
||||
You can specify run settings for the \gui Desktop target:
|
||||
You can specify run settings for \l{glossary-buildandrun-kit}{kits} with \gui Desktop device type:
|
||||
|
||||
\list
|
||||
|
||||
|
||||
@@ -59,13 +59,11 @@
|
||||
\o In the \gui {Create in} field, enter the path for the project files.
|
||||
For example, \c {C:\Qt\examples}, and then click \gui{Next}.
|
||||
|
||||
\o In the \gui {Application Type} dialog, select \gui {Built-in
|
||||
elements only (for all platforms)}, and then click \gui{Next}.
|
||||
\o Select \l{glossary-buildandrun-kit}{kits} for running and building your project,
|
||||
and then click \gui{Next}.
|
||||
|
||||
\o Select targets, and then click \gui{Next}.
|
||||
|
||||
\note Targets are listed if they have been specified in \gui Tools >
|
||||
\gui Options > \gui {Build & Run} > \gui Targets.
|
||||
\note Kits are listed if they have been specified in \gui Tools >
|
||||
\gui Options > \gui {Build & Run} > \gui Kits.
|
||||
|
||||
\o Select \gui Next in the following dialogs to use the default
|
||||
settings.
|
||||
|
||||
@@ -154,15 +154,15 @@
|
||||
|
||||
\o Click \gui{Next}.
|
||||
|
||||
The \gui {Target Setup} dialog opens.
|
||||
The \gui {Kit Selection} dialog opens.
|
||||
|
||||
\image qmldesigner-new-project-qt-versions.png "Target Setup dialog"
|
||||
\image qmldesigner-new-project-qt-versions.png "Kit Selection dialog"
|
||||
|
||||
\o Select build targets for your project,
|
||||
\o Select build and run \l{glossary-buildandrun-kit}{kits} for your project,
|
||||
and then click \gui{Next}.
|
||||
|
||||
\note If only one target is specified in \gui Tools > \gui Options >
|
||||
\gui {Build & Run} > \gui Targets, this dialog is skipped.
|
||||
\note If only one kit is specified in \gui Tools > \gui Options >
|
||||
\gui {Build & Run} > \gui Kits, this dialog is skipped.
|
||||
|
||||
The \gui {Mobile Options} dialog opens.
|
||||
|
||||
@@ -172,8 +172,8 @@
|
||||
application behaves when the orientation of the device display
|
||||
rotates between portrait and landscape, and then click \gui Next.
|
||||
|
||||
\note This dialog opens only if you select \gui Maemo5
|
||||
target in the \gui {Target Setup} dialog. On
|
||||
\note This dialog opens only if you select a \l{glossary-buildandrun-kit}{kit}
|
||||
with \gui Maemo5 device type in the \gui {Kit Selection} dialog. On
|
||||
Harmattan, the Qt Quick Components for MeeGo provide native-looking
|
||||
rotation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user