summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-14 13:43:43 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-11-14 14:07:59 +0100
commitf7a3fde12703f03bff72c20c59b82cb144b1f927 (patch)
tree0067c8d795ddabeb9d55a1aebf832730c94f18ec
parentb182606193f30ecfb587fc9d69bae83ef304e2b7 (diff)
downloadqt-creator-f7a3fde12703f03bff72c20c59b82cb144b1f927.tar.gz
Doc: project is re-built only if files changed
Change-Id: I5c5cd76a2a138c442c9f0138e8c562a7bbaf00bd Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
-rw-r--r--doc/src/projects/creator-projects-building-running.qdoc12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc
index 93e8d529a2..64a011df3b 100644
--- a/doc/src/projects/creator-projects-building-running.qdoc
+++ b/doc/src/projects/creator-projects-building-running.qdoc
@@ -53,13 +53,17 @@
\endlist
- By default, when you select the \gui Run function, \QC builds, deploys, and
- runs the project. To specify the relationship between the release, build,
+ By default, when you select the \gui Run function, \QC builds the project,
+ deploys it to the selected target, and runs it there. However, if you have
+ not made any changes to the project since you last built and deployed it,
+ \QC simply runs it again.
+
+ To specify the relationship between the release, build,
and deploy configurations, select \gui {Tools > Options > Project}. By
default, the \gui {Always build project before deploying it} and the
\gui {Always deploy project before running it} options are enabled.
- Therefore, when you select the \gui Run function, \QC builds, deploys, and
- runs the project.
+ Therefore, when you select the \gui Run function, \QC checks for changes in
+ the project files and also builds and deploys the project if necessary.
\image qtcreator-project-options-deploy.png "Project General Options"