Doc: explain all build commands in one place

Change-Id: I6c1844fd5c0519f24eb61793ff8f049ce4e7b469
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Leena Miettinen
2014-07-30 16:49:21 +02:00
parent 8567ab0973
commit 1be0e914c6

View File

@@ -48,12 +48,17 @@
\list 1
\li Select a \l{glossary-buildandrun-kit}{kit} for the project.
\li Click the \gui {Build and Run Kit Selector} icon (1) or select
\gui Build > \gui {Open Build and Run Kit Selector} to select the
build and run \l{glossary-buildandrun-kit}{kit}.
\image qtcreator-kit-selector.png "Kit selector"
\li Choose \gui {Build > Build Project} or press \key {Ctrl+B}.
You can also select the \gui Run button (2) to also deploy and run
the application after building it.
\endlist
For more information on the options you have, see
@@ -63,4 +68,10 @@
subproject, you can use the \gui Build menu commands to build a file or
subproject.
To remove all build artifacts, select \gui Build > \gui {Clean All} or
\gui {Clean Project}. To clean the build directory and then build the
project, select \gui Build > \gui {Rebuild All} or \gui {Rebuild Project}.
To run qmake to generate new Makefiles, select \gui Build > \gui qmake.
*/