summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-31 16:34:59 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-06-01 10:30:25 +0000
commit6c9343c2bb830d1dbb306bd98c441919f0ed0c77 (patch)
tree59f6cf063675a37b05ef44ade012fc3e8837881f
parentd7b8dcc684f8808e573aabd890caf6eea307d7c8 (diff)
downloadqt-creator-6c9343c2bb830d1dbb306bd98c441919f0ed0c77.tar.gz
Doc: Describe "Auto-create build directories" CMake option
Change-Id: I36bda5ae451af8cebfb0c8435c017c7773875211 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
-rw-r--r--doc/images/qtcreator-cmakeexecutable.pngbin9854 -> 28996 bytes
-rw-r--r--doc/src/cmake/creator-projects-cmake.qdoc7
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/images/qtcreator-cmakeexecutable.png b/doc/images/qtcreator-cmakeexecutable.png
index d7d1b7fd85..8b328b0fb9 100644
--- a/doc/images/qtcreator-cmakeexecutable.png
+++ b/doc/images/qtcreator-cmakeexecutable.png
Binary files differ
diff --git a/doc/src/cmake/creator-projects-cmake.qdoc b/doc/src/cmake/creator-projects-cmake.qdoc
index 85b28cb095..2a590df8c3 100644
--- a/doc/src/cmake/creator-projects-cmake.qdoc
+++ b/doc/src/cmake/creator-projects-cmake.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -72,6 +72,9 @@
\li In the \uicontrol Path field, specify the path to the CMake
executable.
+ \li Select the \uicontrol {Auto-create build directories} check box to
+ automatically create build directories for CMake projects.
+
\li Select \uicontrol Apply to save your changes.
\endlist
@@ -83,7 +86,7 @@
is.
Select the \uicontrol Kits tab to add the CMake tool to a build and run kit.
- The kit also specifies the CMake Generator that is used for producing
+ The kit also specifies the CMake generator that is used for producing
project files for \QC and the configuration variables that are used:
\image qtcreator-kits.png