From fa74c127aad9d9042848db5121a4b171ed784ef6 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 4 Nov 2015 16:50:17 +0100 Subject: [PATCH] Doc: new CMake build configurations Change-Id: I8bca2a067231a6aff499ede62cb2cf23175c0ee1 Reviewed-by: Tobias Hunger --- doc/src/projects/creator-projects-cmake.qdoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/src/projects/creator-projects-cmake.qdoc b/doc/src/projects/creator-projects-cmake.qdoc index 7dc672fde08..0a20a00716b 100644 --- a/doc/src/projects/creator-projects-cmake.qdoc +++ b/doc/src/projects/creator-projects-cmake.qdoc @@ -116,14 +116,16 @@ \c nmake, or \c ninja depending on your platform. The build errors and warnings are parsed and displayed in the \uicontrol Issues output pane. - By default, \QC builds the \b{all} target. You can specify which - targets to build in \uicontrol Projects mode, under - \uicontrol {Build Settings}. + By default, \QC uses the \uicontrol All \l{glossary-build-config} + {build configuration}. You can select another build configuration in + \uicontrol Projects > \uicontrol {Edit build configuration}. In addition to + debug and release build configurations, you can create a release build that + contains debug information or a release build with the smallest possible + size. \image qtcreator-cmake-build-settings.png - \QC supports multiple build configurations. You can change the build - directory after the initial import. + You can change the build directory after the initial import. The build and run kit that you select determines which CMake tool is used for building. For more information, see \l {Adding Kits}.