diff --git a/doc/qtcreator/images/creator-qbs-build-clean.png b/doc/qtcreator/images/creator-qbs-build-clean.png index 1ced6632727..5a4d859a827 100644 Binary files a/doc/qtcreator/images/creator-qbs-build-clean.png and b/doc/qtcreator/images/creator-qbs-build-clean.png differ diff --git a/doc/qtcreator/images/qtcreator-build-steps-custom.png b/doc/qtcreator/images/qtcreator-build-steps-custom.png index edea702bcac..45dcbdffeb9 100644 Binary files a/doc/qtcreator/images/qtcreator-build-steps-custom.png and b/doc/qtcreator/images/qtcreator-build-steps-custom.png differ diff --git a/doc/qtcreator/images/qtcreator-clean-steps.png b/doc/qtcreator/images/qtcreator-clean-steps.png index 6d2ad4f0cc8..28086d10d46 100644 Binary files a/doc/qtcreator/images/qtcreator-clean-steps.png and b/doc/qtcreator/images/qtcreator-clean-steps.png differ diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build.qdoc index 142671563a4..c898b337ee2 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build.qdoc @@ -47,10 +47,16 @@ build that is delivered with separate debug information. It is best suited for analyzing applications. + \section1 Managing Build Configurations + You specify build settings in the \uicontrol Projects mode. To add a new build configuration, click \uicontrol Add and select the type of configuration you would like to add. You can add as many build - configurations as you need. + configurations as you need. You can also select \uicontrol Clone to + add a build configuration that is based on the currently selected one. + + Select \uicontrol Rename to give the currently selected build configuration + a new name. To delete the build configuration currently selected, click \uicontrol Remove.