aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-11-30 18:30:06 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-12-01 07:49:28 +0000
commitb6fe15294eb9bed910f6c610685c84b12300d6b6 (patch)
tree1814989740646f34c230eabe34860965574fa756
parentbf4a85d60c70158d00e08900db03c82f00c87956 (diff)
Doc: Add CMake way of making global changes to build environment
Task-number: QTCREATORBUG-26616 Change-Id: I67668c64c6e61e36f35a33947c19be5ec1651dad Reviewed-by: Cristian Adam <cristian.adam@qt.io>
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc
index e3209835c0..6a4dc9bf92 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc
@@ -55,10 +55,12 @@
\image qtcreator-build-environment.png "Build Environment"
- \note The changes are stored in the local project specific \c{.pro.user}
- file. Therefore, they are not suitable for sharing between developers or
- development PCs. To share settings, incorporate them into the build system.
- For example, if you use qmake, make the changes in the \c{.pro} file.
+ The changes are stored in the local project specific \c{CMakeLists.txt.user}
+ or \c{.pro.user} file, depending on the build system you use. Therefore,
+ they are not suitable for sharing between developers or development PCs. To
+ share settings, incorporate them into the build system. For example, if you
+ use CMake, make the changes in the \c {CMakeLists.txt} file, and if you use
+ qmake, make the changes in the \c{.pro} file.
\section1 Batch Editing