summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-23 11:57:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-25 12:48:24 +0000
commit9274a424853873003162e6d1ba0ca9f3a80016c8 (patch)
tree6e331c98d1a88b2de71804a5c6ec8888ddb6b55d /doc
parentf61c8c680d672360254c2e88e62195d801ae6c3f (diff)
downloadqt-creator-9274a424853873003162e6d1ba0ca9f3a80016c8.tar.gz
Doc: Add info on disabling automatic creation of run configs
Reorganize and edit the information about run configurations. Change-Id: I84f835da2f6b6cd4ff02831e387475e8c07c6e55 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/projects/creator-only/creator-projects-settings-run.qdoc21
1 files changed, 15 insertions, 6 deletions
diff --git a/doc/src/projects/creator-only/creator-projects-settings-run.qdoc b/doc/src/projects/creator-only/creator-projects-settings-run.qdoc
index ef82619577..1010186a3f 100644
--- a/doc/src/projects/creator-only/creator-projects-settings-run.qdoc
+++ b/doc/src/projects/creator-only/creator-projects-settings-run.qdoc
@@ -37,14 +37,23 @@
\title Specifying Run Settings
- \QC automatically creates run configurations for your project.
- To view and modify the settings, select \uicontrol {Projects > Build & Run > Run}.
-
- The settings to specify depend on the type of the project and on the
+ The run settings to specify depend on the type of the project and on the
\l{glossary-buildandrun-kit}{kit} that you build and run the project with.
- Click \uicontrol Add to add run settings for a project and \uicontrol Remove to remove
- the current settings.
+ \QC automatically creates run configurations for your project.
+ To view and modify them, select \uicontrol Projects >
+ \uicontrol {Build & Run} > \uicontrol Run.
+
+ The available run configurations are listed in the
+ \uicontrol {Run configuration} field.
+ To add run configurations for a project, select \uicontrol Add.
+ To remove the current run configuration, select \uicontrol Remove.
+ To rename the current run configuration, select \uicontrol Rename.
+
+ To prevent \QC from automatically creating run configurations, select
+ \uicontrol Tools > \uicontrol Options > \uicontrol {Build & Run},
+ and then deselect the \uicontrol {Create suitable run configurations
+ automatically} check box.
The run configurations for qmake projects derive their executable from the
parsed .pro files. For more information on how the commands are constructed,