Doc: disabling steps

Update screenshots.

Change-Id: I00655600ac476b433e9509ce28568fa37ac2736f
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Leena Miettinen
2012-03-21 15:42:22 +01:00
parent eb19b84f5c
commit 7c07574f50
8 changed files with 18 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -42,9 +42,6 @@
the final installation file.
You specify build settings in the \gui Projects mode.
\image qtcreator-projectpane.png
To add a new build configuration, click \gui Add and select the type of
configuration you would like to add. You can add as many build
configurations as you need.
@@ -53,6 +50,8 @@
\section1 Editing Build Configurations
\image qtcreator-projectpane.png
To edit a build configuration:
\list 1
@@ -150,7 +149,7 @@
\image qtcreator-build-steps.png "Build steps"
To override the shell command that \QC constructs by default, remove
To override the shell command that \QC constructs by default, disable or remove
the build step and add a custom build step that specifies another shell
command.
@@ -159,8 +158,9 @@
To add custom steps to the build settings, select \gui {Add Build Step >
Custom Process Step}.
By default, custom steps are disabled. To activate a custom step, select
the \gui{Enable custom process step} check-box.
By default, custom steps are enabled. To disable a custom step, select
the \inlineimage qtcreator-disable-steps.png
(\gui Disable) button.
\image qtcreator-build-steps-custom.png "Custom Process Step"
@@ -179,14 +179,14 @@
\o To add a clean step using make or a custom process, click
\gui{Add Clean Step} and select the type of step you want to add.
By default, custom steps are disabled. To activate a custom step,
select the \gui{Enable custom process step} check-box.
By default, custom steps are enabled. To disable a custom step,
select the \gui Disable button.
\o To remove a clean step, click \gui{Remove Item}.
\o To change the order of steps, click
\inlineimage qtcreator-movestep.png
.
(\gui {Move Up} and \gui {Move Down}).
\endlist
\section1 Build Environment
@@ -214,4 +214,13 @@
compilers and tools need. Therefore, the environment is never totally empty,
even after you clear it.
\section1 Related Topics
\list
\o \l{Adding Qt Versions}
\o \l{Adding Tool Chains}
\endlist
*/