summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-04 15:23:35 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-10 13:49:54 +0000
commit2a42ad08a3946b3f7f168d581056b3f031d03835 (patch)
treefb39d5dbce9ed96fcb1ddc2dacf87eb2a3b1def2 /doc
parent1804d89842d56a90168e70c275a4e3924a35c3f3 (diff)
downloadqt-creator-2a42ad08a3946b3f7f168d581056b3f031d03835.tar.gz
Doc: new build options
...for building and cleaning projects without dependencies. Change-Id: I910b6028c210478e954636d101f37bf1898bbcad Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-building.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/projects/creator-projects-building.qdoc b/doc/src/projects/creator-projects-building.qdoc
index be68e1e0b7..4bb632fbad 100644
--- a/doc/src/projects/creator-projects-building.qdoc
+++ b/doc/src/projects/creator-projects-building.qdoc
@@ -72,6 +72,12 @@
\uicontrol {Clean Project}. To clean the build directory 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},
+ \uicontrol {Rebuild Without Dependencies}, and
+ \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.
*/