summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-07-14 10:35:16 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-07-14 09:02:26 +0000
commit77e32885a76bf7b0dd1821b0c591058bfd0df635 (patch)
tree060167a55ae301cfd2a9abc258209a2fef261327 /doc
parentc1c0255a1921687b623d6950a2a36f040e4b6a59 (diff)
downloadqt-creator-77e32885a76bf7b0dd1821b0c591058bfd0df635.tar.gz
Doc: Describe Qbs Install deploy step in run settings
Change-Id: I92f0644fa145cf2da756fd2e26d3b70b3b22c151 Task-number: QTCREATORBUG-17958 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-projects-settings-build-qbs.qdocinc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/projects/creator-projects-settings-build-qbs.qdocinc b/doc/src/projects/creator-projects-settings-build-qbs.qdocinc
index f7227711bc..c3db250c9b 100644
--- a/doc/src/projects/creator-projects-settings-build-qbs.qdocinc
+++ b/doc/src/projects/creator-projects-settings-build-qbs.qdocinc
@@ -75,6 +75,13 @@
location after building them. This option is enabled by
default.
+ \note On Windows, the build will fail if the application
+ is running, because the executable file cannot be
+ overwritten. To avoid this issue, you can deselect this
+ check box and add a \uicontrol {Qbs Install} deployment step
+ in the run settings that will be performed just before
+ running the application.
+
\li Select \uicontrol {Clean install root} to remove the
contents of the install root directory before the build
starts.