summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2016-12-02 21:53:00 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-07 13:24:07 (GMT)
commitc8a4147a34d38ec6a96c51e750f70f76a90ff1dc (patch)
treed10206b02c6d7463d607de2197f4f1b72147178d /Help
parente1f571a98371ec99467502234671fb52f8f6cce9 (diff)
downloadCMake-c8a4147a34d38ec6a96c51e750f70f76a90ff1dc.zip
CMake-c8a4147a34d38ec6a96c51e750f70f76a90ff1dc.tar.gz
CMake-c8a4147a34d38ec6a96c51e750f70f76a90ff1dc.tar.bz2
QtAutogen: Release notes for the Contain branch
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/QtAutogen_Contain.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/QtAutogen_Contain.rst b/Help/release/dev/QtAutogen_Contain.rst
new file mode 100644
index 0000000..182233b
--- /dev/null
+++ b/Help/release/dev/QtAutogen_Contain.rst
@@ -0,0 +1,10 @@
+QtAutogen_Contain
+-----------------
+
+* When using AUTOMOC or AUTOUIC, generated
+ ``moc_*``, ``*.moc`` and ``ui_*`` are placed in the
+ ``<CMAKE_CURRENT_BINARY_DIR>/<TARGETNAME>_autogen/include`` directory which
+ is automatically added to the target's :prop_tgt:`INCLUDE_DIRECTORIES`.
+ It is therefore not necessary anymore to have
+ :variable:`CMAKE_CURRENT_BINARY_DIR` in the target's
+ :prop_tgt:`INCLUDE_DIRECTORIES`.