summaryrefslogtreecommitdiff
path: root/doc/src/projects/creator-only/creator-projects-building.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-18 16:46:28 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-19 07:00:57 +0000
commit02fd678cfe663105327536cd395fb8e34b8df471 (patch)
tree4d7ea656636af84e76a2d844b445d1678fa4e962 /doc/src/projects/creator-only/creator-projects-building.qdoc
parentad6dd3fa76add553381ce070a7c3d9c058d1b282 (diff)
downloadqt-creator-02fd678cfe663105327536cd395fb8e34b8df471.tar.gz
Doc: Describe options for running qmake when building projects
Task-number: QTCREATORBUG-20888 Change-Id: I7096730880505c63b1ff581c2e1b5626d3af68f2 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/src/projects/creator-only/creator-projects-building.qdoc')
-rw-r--r--doc/src/projects/creator-only/creator-projects-building.qdoc13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/projects/creator-only/creator-projects-building.qdoc b/doc/src/projects/creator-only/creator-projects-building.qdoc
index c5a9ae001e..740096f0cf 100644
--- a/doc/src/projects/creator-only/creator-projects-building.qdoc
+++ b/doc/src/projects/creator-only/creator-projects-building.qdoc
@@ -79,8 +79,9 @@
subproject.
To remove all build artifacts, select \uicontrol Build > \uicontrol {Clean All} or
- \uicontrol {Clean Project}. To clean the build directory and then build the
- project, select \uicontrol Build > \uicontrol {Rebuild All} or \uicontrol {Rebuild Project}.
+ \uicontrol {Clean Project}. To clean the build directory, run qmake, and
+ then build the project, select \uicontrol Build > \uicontrol {Rebuild All}
+ or \uicontrol {Rebuild Project}.
To build and clean projects without dependencies, select the
\uicontrol {Build Without Dependencies},
@@ -88,6 +89,10 @@
\uicontrol {Clean Without Dependencies} options in the context menu in the
\uicontrol Projects view.
- To run qmake to generate new Makefiles, select \uicontrol Build > \uicontrol qmake.
-
+ To run qmake to generate new Makefiles, select \uicontrol Build >
+ \uicontrol qmake. To prevent failures on incremental builds, it might make
+ sense to always run qmake before building, even though it means that
+ building will take more time. To enable this option, select \uicontrol Tools
+ > \uicontrol Options > \uicontrol {Build & Run} > \uicontrol qmake >
+ \uicontrol {Run qmake on every build}.
*/