aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-16 16:32:08 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-20 11:06:29 +0000
commitb7e5362e8fb03a53fd8f2b80c1f60903cc5a7225 (patch)
tree6f7d6ea25da11c114eeb603859facf2ad20b72d2 /doc/qtcreator/src/projects
parentd0e0ffd2d2ad4508bece0ec43c2aa9e56b0d513d (diff)
Doc: Update info about run settings
Task-number: QTCREATORBUG-23364 Change-Id: I5753db6a82e62a371b9d5fb89c01d3ec87676ad3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
index a67b2052fda..e0d4182379a 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-run.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2019 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -44,17 +44,25 @@
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.
+ \image qtcreator-settings-run.png "Run Settings"
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.
+ \section1 Managing Run Configurations
+
+ The available run configurations are listed in the
+ \uicontrol {Run configuration} field.
+ To add run configurations for a project, select \uicontrol Add. To
+ add a run configuration that is based on the current one, select
+ \uicontrol Clone.
+
+ To rename the current run configuration, select \uicontrol Rename.
+
+ To remove the current run configuration, select \uicontrol Remove.
+
The run configurations for qmake projects derive their executable from the
parsed .pro files. For more information on how the commands are constructed,
see \l{Starting External Processes}.