diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 12:50:29 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 13:14:29 (GMT) |
commit | 96f6f392e3d2ba95c11d0b77fbb5da485e626ed4 (patch) | |
tree | 04633efd1154f042ff1cd02f84d4992e08327890 /Help/manual/cmake-qt.7.rst | |
parent | 94e3f82cf114d12b190d1999a72838018eb171c9 (diff) | |
download | CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.zip CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.tar.gz CMake-96f6f392e3d2ba95c11d0b77fbb5da485e626ed4.tar.bz2 |
Autogen: Add AUTOMOC_DEPEND_FILTERS documentation
Diffstat (limited to 'Help/manual/cmake-qt.7.rst')
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index e9da396..3b9931e 100644 --- a/Help/manual/cmake-qt.7.rst +++ b/Help/manual/cmake-qt.7.rst @@ -87,6 +87,9 @@ following targets by setting the :variable:`CMAKE_AUTOMOC` variable. The options to pass to ``moc``. The :variable:`CMAKE_AUTOMOC_MOC_OPTIONS` variable may be populated to pre-set the options for all following targets. +Additional ``moc`` dependency file names can be extracted from source code +by using :prop_tgt:`AUTOMOC_DEPEND_FILTERS`. + Source C++ files can be excluded from :prop_tgt:`AUTOMOC` processing by enabling :prop_sf:`SKIP_AUTOMOC` or the broader :prop_sf:`SKIP_AUTOGEN`. |