aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/projects/creator-projects-settings-overview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-04-18 11:41:31 +0200
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-04-18 16:05:42 +0200
commit1a351033444ea5bdb1fc754986b5b054dc461e9f (patch)
tree9c201a226ae522909cb8b26fc1ab1ea777f797fb /doc/src/projects/creator-projects-settings-overview.qdoc
parent7dc52d1a5497c29757e833914a90dfa25645a0cc (diff)
Doc: make instructions for adding kits easier to find
As the Qt version and compiler are now specified in a kit, and not in build settings any more, the instructions for adding kits, Qt versions, and compilers should be moved up one level, directly under "Configuring Projects". I also added some instructions and links to them in the text. These topics could also go into "Building and Running", but I feel they now fit quite well here. Change-Id: Icdf436a97e824e44a5997f39a105996c5bef05dc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'doc/src/projects/creator-projects-settings-overview.qdoc')
-rw-r--r--doc/src/projects/creator-projects-settings-overview.qdoc43
1 files changed, 25 insertions, 18 deletions
diff --git a/doc/src/projects/creator-projects-settings-overview.qdoc b/doc/src/projects/creator-projects-settings-overview.qdoc
index 2441c1e42c..c4af7d7073 100644
--- a/doc/src/projects/creator-projects-settings-overview.qdoc
+++ b/doc/src/projects/creator-projects-settings-overview.qdoc
@@ -26,7 +26,7 @@
\contentspage index.html
\previouspage creator-version-control.html
\page creator-configuring-projects.html
- \nextpage creator-build-settings.html
+ \nextpage creator-targets.html
\title Configuring Projects
@@ -41,11 +41,34 @@
open projects and use the \gui Build menu commands to build, deploy, and
run projects.
+ \section1 Selecting Kits
+
+ \image qtcreator-project-targets.png
+
+ To add kits for the project, select \gui {Add Kit}. The list displays kits
+ that are configured in \gui Tools > \gui Options > \gui {Build & Run} >
+ \gui Kits. To add kits to the list, select \gui {Manage Kits}.
+ For more information about adding kits, see \l{Adding Kits}.
+
+ Each kit consists of a set of values that define one environment, such as a
+ device, compiler, and Qt version. For more information, see
+ \l{Adding Qt Versions} and \l{Adding Compilers}.
+
+ To copy the build and run settings for a kit to another kit, select
+ \gui {Copy to Kit} in the kit menu.
+
+ To change the kit, while preserving the build and run settings, select
+ \gui {Change Kit}.
+
+ To remove a kit, select \gui {Remove Kit}.
+
+ \section1 Specifying Settings
+
The project pane consists of the following tabs:
\list
- \li \l{Adding Kits}{Build & Run}
+ \li Build & Run
\list
@@ -73,20 +96,4 @@
If you have multiple projects open in \QC, use the tabs at the top of the
window to navigate between their settings.
- \section1 Selecting Kits
-
- \image qtcreator-project-targets.png
-
- To add kits for the project, select \gui {Add Kit}. The list displays kits
- that are configured in \gui Tools > \gui Options > \gui {Build & Run} >
- \gui Kits. To add kits to the list, select \gui {Manage Kits}.
-
- To copy the build and run settings for a kit to another kit, select
- \gui {Copy to Kit} in the kit menu.
-
- To change the kit, while preserving the build and run settings, select
- \gui {Change Kit}.
-
- To remove a kit, select \gui {Remove Kit}
-
*/