diff --git a/doc/images/qtcreator-build-steps.png b/doc/images/qtcreator-build-steps.png index 74822377d4a..5d15cd9d1d0 100644 Binary files a/doc/images/qtcreator-build-steps.png and b/doc/images/qtcreator-build-steps.png differ diff --git a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc index 1d65f4193c0..e836be1d500 100644 --- a/doc/src/projects/creator-only/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-only/creator-projects-settings-build.qdoc @@ -163,6 +163,12 @@ the build step and add a custom build step that specifies another shell command. + By default, \QC uses all the CPU cores available to achieve maximum build + parallelization. On Linux and \macos, you can specify the number of parallel + jobs to use for building in the \uicontrol {Parallel jobs} field. Select the + \uicontrol {Override MAKEFLAGS} check box to override existing MAKEFLAGS + variables. + To generate debug symbols also for applications compiled in release mode, select the \uicontrol {Generate separate debug info} check box. For more information, see \l{Using the Performance Analyzer}.