forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -37,14 +37,23 @@
|
|||||||
|
|
||||||
\title Specifying Run Settings
|
\title Specifying Run Settings
|
||||||
|
|
||||||
\QC automatically creates run configurations for your project.
|
The run settings to specify depend on the type of the project and on the
|
||||||
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
|
|
||||||
\l{glossary-buildandrun-kit}{kit} that you build and run the project with.
|
\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
|
\QC automatically creates run configurations for your project.
|
||||||
the current settings.
|
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
|
The run configurations for qmake projects derive their executable from the
|
||||||
parsed .pro files. For more information on how the commands are constructed,
|
parsed .pro files. For more information on how the commands are constructed,
|
||||||
|
Reference in New Issue
Block a user