summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-01-22 11:56:23 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-01-25 08:56:02 +0000
commit47b8ee09e2d7b4b3b211fe5588a1984112230cdc (patch)
tree5c4c78f01f004f4606f62f4b45dd88fce3e8238a /doc
parente3a3792fd6187bf8bdac1b510b989e0684e3ead8 (diff)
downloadqt-creator-47b8ee09e2d7b4b3b211fe5588a1984112230cdc.tar.gz
QbsProjectManager: Remove "dry run" build option.
The way this option works is not IDE-compatible, since the build process changes the build graph and relies on the changes being transient simply by not storing the build graph afterwards. This is fine for the command- line tool, but Qt Creator keeps the build graph open and subsequent "real" builds will finish immediately even when nothing has actually been built yet. Perhaps it would be possible to do the implementation differently, but having the "dry run" option in Qt Creator is not valuable enough to justify that effort. Change-Id: Ic99ddef63555f6029c5857d2cfd8dc48d8a72914 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-qbs.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc
index 0bd3788ef0..18c63e7a16 100644
--- a/doc/src/projects/creator-projects-qbs.qdoc
+++ b/doc/src/projects/creator-projects-qbs.qdoc
@@ -107,10 +107,6 @@
\list
- \li Select \uicontrol {Dry run} to test building without
- executing commands or making permanent
- changes to the build graph.
-
\li Select \uicontrol {Keep going} to continue building when
errors occur, if possible.