summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-12-17 18:22:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-12-17 18:22:40 (GMT)
commit6d7621baeaaf4e19322480484b33f9ca95e6c75e (patch)
treeb2edc5d55d789617f7378ce2d6efe330845effe9 /Help/prop_tgt
parent215bd0e72b48b2fb2b8e62a53765a60064d7b4b0 (diff)
parent20e4db4a6671ef2c39863d08fc5513848c1a07b6 (diff)
downloadCMake-6d7621baeaaf4e19322480484b33f9ca95e6c75e.zip
CMake-6d7621baeaaf4e19322480484b33f9ca95e6c75e.tar.gz
CMake-6d7621baeaaf4e19322480484b33f9ca95e6c75e.tar.bz2
Merge topic 'qt-autogen-per-config'
20e4db4a66 cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specific 92d7b456e5 Autogen: Add support for per-config sources 3ffebbaefb Tests/QtAutogen: Forward build configuration in multi-config generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5624
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/AUTOMOC.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst
index c18859b..52d96e0 100644
--- a/Help/prop_tgt/AUTOMOC.rst
+++ b/Help/prop_tgt/AUTOMOC.rst
@@ -137,7 +137,8 @@ parent directory path of the ``moc`` input file. This scheme allows to have
All not included ``moc`` output files will be included automatically by the
CMake generated file
-- ``<AUTOGEN_BUILD_DIR>/mocs_compilation.cpp``,
+- ``<AUTOGEN_BUILD_DIR>/mocs_compilation.cpp``, or
+- ``<AUTOGEN_BUILD_DIR>/mocs_compilation_$<CONFIG>.cpp``,
which is added to the target's sources.