summaryrefslogtreecommitdiff
path: root/doc/qtcreator
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-environment.qdoc10
-rw-r--r--doc/qtcreator/src/user-interface/creator-ui.qdoc2
2 files changed, 7 insertions, 5 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
diff --git a/doc/qtcreator/src/user-interface/creator-ui.qdoc b/doc/qtcreator/src/user-interface/creator-ui.qdoc
index 2af504a69d..2d154021cf 100644
--- a/doc/qtcreator/src/user-interface/creator-ui.qdoc
+++ b/doc/qtcreator/src/user-interface/creator-ui.qdoc
@@ -32,7 +32,7 @@
/*!
\page creator-quick-tour.html
\if defined(qtdesignstudio)
- \previouspage {Your First UI}
+ \previouspage {Tutorials}
\else
\previouspage creator-overview.html
\endif