diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-11-30 21:51:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-07 13:23:59 (GMT) |
commit | 6f53b1ab642ca1e5977121ec60779f248cf8ee88 (patch) | |
tree | c1c39311fbaaf7e7f7929764151413bf3dd4ee38 /Help | |
parent | 39e07d7a175d5da0c1a2ebc905689705571d2084 (diff) | |
download | CMake-6f53b1ab642ca1e5977121ec60779f248cf8ee88.zip CMake-6f53b1ab642ca1e5977121ec60779f248cf8ee88.tar.gz CMake-6f53b1ab642ca1e5977121ec60779f248cf8ee88.tar.bz2 |
QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cpp
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_tgt/AUTOMOC.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst index 8143ba9..eea57e3 100644 --- a/Help/prop_tgt/AUTOMOC.rst +++ b/Help/prop_tgt/AUTOMOC.rst @@ -30,7 +30,7 @@ source files at build time and invoke moc accordingly. alternative extensions, such as ``hpp``, ``hxx`` etc when searching for headers. The resulting moc files, which are not included as shown above in any of the source files are included in a generated - ``<targetname>_automoc.cpp`` file, which is compiled as part of the + ``moc_compilation.cpp`` file, which is compiled as part of the target. This property is initialized by the value of the :variable:`CMAKE_AUTOMOC` |