summaryrefslogtreecommitdiff
path: root/doc/src/projects/creator-projects-settings-run.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-21 10:01:34 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-21 13:50:43 +0000
commitfd54b5bbaf2e6015839015b386629daa220ee212 (patch)
treeaad99dcc2fa4c02023c27af262720e78fcb7703c /doc/src/projects/creator-projects-settings-run.qdoc
parent06d62e36f3c13a65c2a9d1e6e5525529b2a95b8a (diff)
downloadqt-creator-fd54b5bbaf2e6015839015b386629daa220ee212.tar.gz
Doc: Move CMake information into the generic sections
Describe build, run, and deployment settings for all build systems in the generic topics (using .qdocinc files) and keep only configuration in the CMake specific topic. Change-Id: I334d7488b32aba90ee1e4ca898a65438b9d304a4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc/src/projects/creator-projects-settings-run.qdoc')
-rw-r--r--doc/src/projects/creator-projects-settings-run.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/projects/creator-projects-settings-run.qdoc b/doc/src/projects/creator-projects-settings-run.qdoc
index b4115f34b2..3641596107 100644
--- a/doc/src/projects/creator-projects-settings-run.qdoc
+++ b/doc/src/projects/creator-projects-settings-run.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -46,12 +46,13 @@
Click \uicontrol Add to add run settings for a project and \uicontrol Remove to remove
the current settings.
- \section1 Specifying Run Settings for qmake Projects
-
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}.
+ \QC automatically adds run configurations for all targets specified in the
+ CMake project file, \c {CMakeLists.txt}.
+
\section2 Creating Run Configurations for Subprojects
To prevent \QC from automatically creating run configurations for SUBDIRS