diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-07-23 14:20:17 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-05 13:01:28 (GMT) |
commit | ccc98b5cbe100d6de2be139289c0c5282199bdb3 (patch) | |
tree | aa19b6a232aab11d223ab91244c449f03332fe41 /Help/manual/cmake-qt.7.rst | |
parent | a13716a5dc1277d46beebffe6304214c22cf6ae3 (diff) | |
download | CMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.zip CMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.tar.gz CMake-ccc98b5cbe100d6de2be139289c0c5282199bdb3.tar.bz2 |
Autogen: Update documentation for per-config include dir
Diffstat (limited to 'Help/manual/cmake-qt.7.rst')
-rw-r--r-- | Help/manual/cmake-qt.7.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-qt.7.rst b/Help/manual/cmake-qt.7.rst index 00d6e6e..b3b09d1 100644 --- a/Help/manual/cmake-qt.7.rst +++ b/Help/manual/cmake-qt.7.rst @@ -72,6 +72,9 @@ Included ``moc_*.cpp`` and ``*.moc`` files will be generated in the automatically added to the target's :prop_tgt:`INCLUDE_DIRECTORIES`. (This differs from CMake 3.7 and below; see their documentation for details.) +* For multi configuration generators, the include directory is + ``<AUTOGEN_BUILD_DIR>/include_<CONFIG>``. + * See :prop_tgt:`AUTOGEN_BUILD_DIR`. Not included ``moc_<basename>.cpp`` files will be generated in custom @@ -117,6 +120,9 @@ The generated generated ``ui_*.h`` files are placed in the automatically added to the target's :prop_tgt:`INCLUDE_DIRECTORIES`. (This differs from CMake 3.7 and below; see their documentation for details.) +* For multi configuration generators, the include directory is + ``<AUTOGEN_BUILD_DIR>/include_<CONFIG>``. + * See :prop_tgt:`AUTOGEN_BUILD_DIR`. The :prop_tgt:`AUTOUIC` target property may be pre-set for all following |