diff --git a/doc/images/qtcreator-build-environment.png b/doc/images/qtcreator-build-environment.png index 9818ebbc249..33b0a7b9e0c 100644 Binary files a/doc/images/qtcreator-build-environment.png and b/doc/images/qtcreator-build-environment.png differ diff --git a/doc/images/qtcreator-build-steps-custom.png b/doc/images/qtcreator-build-steps-custom.png index ab9eef4b968..9f46ee7af7e 100644 Binary files a/doc/images/qtcreator-build-steps-custom.png and b/doc/images/qtcreator-build-steps-custom.png differ diff --git a/doc/images/qtcreator-build-steps.png b/doc/images/qtcreator-build-steps.png index 1688209c70d..5f03246e767 100644 Binary files a/doc/images/qtcreator-build-steps.png and b/doc/images/qtcreator-build-steps.png differ diff --git a/doc/images/qtcreator-clean-steps.png b/doc/images/qtcreator-clean-steps.png index 0814009d98b..6946143f5c3 100644 Binary files a/doc/images/qtcreator-clean-steps.png and b/doc/images/qtcreator-clean-steps.png differ diff --git a/doc/images/qtcreator-disable-steps.png b/doc/images/qtcreator-disable-steps.png new file mode 100644 index 00000000000..5fd83de9f9c Binary files /dev/null and b/doc/images/qtcreator-disable-steps.png differ diff --git a/doc/images/qtcreator-movestep.png b/doc/images/qtcreator-movestep.png index 59a3b21163a..57e0f17ab66 100644 Binary files a/doc/images/qtcreator-movestep.png and b/doc/images/qtcreator-movestep.png differ diff --git a/doc/images/qtcreator-projectpane.png b/doc/images/qtcreator-projectpane.png index 782f21c942a..f888b00cf34 100644 Binary files a/doc/images/qtcreator-projectpane.png and b/doc/images/qtcreator-projectpane.png differ diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index 86e876a06e0..2b436a4a647 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -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 + */