forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -55,10 +55,12 @@
|
|||||||
|
|
||||||
\image qtcreator-build-environment.png "Build Environment"
|
\image qtcreator-build-environment.png "Build Environment"
|
||||||
|
|
||||||
\note The changes are stored in the local project specific \c{.pro.user}
|
The changes are stored in the local project specific \c{CMakeLists.txt.user}
|
||||||
file. Therefore, they are not suitable for sharing between developers or
|
or \c{.pro.user} file, depending on the build system you use. Therefore,
|
||||||
development PCs. To share settings, incorporate them into the build system.
|
they are not suitable for sharing between developers or development PCs. To
|
||||||
For example, if you use qmake, make the changes in the \c{.pro} file.
|
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
|
\section1 Batch Editing
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user