Doc: CONFIG += qtc_runnable

Task-number: QTCREATORBUG-10953
Change-Id: I3e4bdc129c76c83e6d45f20e0caddfb0dd88eef8
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Leena Miettinen
2014-08-13 17:22:07 +02:00
parent eb1ce50779
commit 3ad3f7aa6b

View File

@@ -45,6 +45,15 @@
parsed .pro files. For more information on how the commands are constructed,
see \l{Starting External Processes}.
\section2 Creating Run Configurations for Subprojects
To prevent \QC from automatically creating run configurations for SUBDIRS
projects, specify the following variable in the .pro file of the SUBDIRS
project: \c {CONFIG += qtc_runnable}.
\QC creates run configurations only for subprojects that also have
\c {CONFIG += qtc_runnable} set in their .pro files.
\include projects/creator-projects-settings-run-desktop.qdocinc
\include projects/creator-projects-settings-run-analyze.qdocinc
\include projects/creator-projects-settings-run-debug.qdocinc