From 9274a424853873003162e6d1ba0ca9f3a80016c8 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 23 Oct 2018 11:57:21 +0200 Subject: [PATCH] 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 --- .../creator-projects-settings-run.qdoc | 21 +++++++++++++------ 1 file 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 ef826195773..1010186a3f1 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,