diff options
author | Leena Miettinen <[email protected]> | 2012-08-13 15:58:25 +0200 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2012-08-15 10:11:32 +0200 |
commit | a5b4effb3a36464817a3585d9fcb469b9c5779d6 (patch) | |
tree | a81276cafa8db182521a312d247d5ef2a945e926 /doc/src/widgets | |
parent | fec5ef3df9f7e2828627c1ed9ef7fa986f0338db (diff) |
Doc: target options
Related changes to tool chains and Qt versions.
Change-Id: I3a1923f8dd84321dd78c969d14c15c52b17d5ae2
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r-- | doc/src/widgets/qtdesigner-app-tutorial.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index 57c769998b5..410c3a0c5d6 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -61,10 +61,11 @@ \image qtcreator-new-project-qt-versions-qt-gui.png "Target Setup dialog" - \o Select the Qt versions to use as build targets for your project, + \o Select build targets for your project, and click \gui{Next}. - \note If you have only one Qt version installed, this dialog is + \note If only one target is specified in \gui Tools > \gui Options > + \gui {Build & Run} > \gui Targets, this dialog is skipped. The \gui{Class Information} dialog opens. |