Doc: disabling steps
Update screenshots. Change-Id: I00655600ac476b433e9509ce28568fa37ac2736f Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
BIN
doc/images/qtcreator-disable-steps.png
Normal file
After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 12 KiB |
@@ -42,9 +42,6 @@
|
|||||||
the final installation file.
|
the final installation file.
|
||||||
|
|
||||||
You specify build settings in the \gui Projects mode.
|
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
|
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
|
configuration you would like to add. You can add as many build
|
||||||
configurations as you need.
|
configurations as you need.
|
||||||
@@ -53,6 +50,8 @@
|
|||||||
|
|
||||||
\section1 Editing Build Configurations
|
\section1 Editing Build Configurations
|
||||||
|
|
||||||
|
\image qtcreator-projectpane.png
|
||||||
|
|
||||||
To edit a build configuration:
|
To edit a build configuration:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
@@ -150,7 +149,7 @@
|
|||||||
|
|
||||||
\image qtcreator-build-steps.png "Build steps"
|
\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
|
the build step and add a custom build step that specifies another shell
|
||||||
command.
|
command.
|
||||||
|
|
||||||
@@ -159,8 +158,9 @@
|
|||||||
To add custom steps to the build settings, select \gui {Add Build Step >
|
To add custom steps to the build settings, select \gui {Add Build Step >
|
||||||
Custom Process Step}.
|
Custom Process Step}.
|
||||||
|
|
||||||
By default, custom steps are disabled. To activate a custom step, select
|
By default, custom steps are enabled. To disable a custom step, select
|
||||||
the \gui{Enable custom process step} check-box.
|
the \inlineimage qtcreator-disable-steps.png
|
||||||
|
(\gui Disable) button.
|
||||||
|
|
||||||
\image qtcreator-build-steps-custom.png "Custom Process Step"
|
\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
|
\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.
|
\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,
|
By default, custom steps are enabled. To disable a custom step,
|
||||||
select the \gui{Enable custom process step} check-box.
|
select the \gui Disable button.
|
||||||
|
|
||||||
\o To remove a clean step, click \gui{Remove Item}.
|
\o To remove a clean step, click \gui{Remove Item}.
|
||||||
|
|
||||||
\o To change the order of steps, click
|
\o To change the order of steps, click
|
||||||
\inlineimage qtcreator-movestep.png
|
\inlineimage qtcreator-movestep.png
|
||||||
.
|
(\gui {Move Up} and \gui {Move Down}).
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\section1 Build Environment
|
\section1 Build Environment
|
||||||
@@ -214,4 +214,13 @@
|
|||||||
compilers and tools need. Therefore, the environment is never totally empty,
|
compilers and tools need. Therefore, the environment is never totally empty,
|
||||||
even after you clear it.
|
even after you clear it.
|
||||||
|
|
||||||
|
\section1 Related Topics
|
||||||
|
|
||||||
|
\list
|
||||||
|
|
||||||
|
\o \l{Adding Qt Versions}
|
||||||
|
\o \l{Adding Tool Chains}
|
||||||
|
|
||||||
|
\endlist
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|