summaryrefslogtreecommitdiff
path: root/doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@qt.io>2021-12-01 17:56:12 +0100
committerTim Jenssen <tim.jenssen@qt.io>2021-12-01 16:56:37 +0000
commit4710d765b22bc1ee4657fd346b92ec098f7c4c09 (patch)
tree2103e9d2e25ce39a5b234ef45b927aa710d42235 /doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc
parentbbb7a8fe4e99d5f4a31a4c6c115ccefd288fc933 (diff)
parent38b2bb9fb2fbc0d764605c9a103ff58ea26c2d61 (diff)
downloadqt-creator-4710d765b22bc1ee4657fd346b92ec098f7c4c09.tar.gz
Merge remote-tracking branch 'origin/6.0' into qds-2.3
Change-Id: I67a01bae763ef723a88bf4cb94ef29c713eaa743
Diffstat (limited to 'doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc')
-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