Autogen: Add release notes for (CMAKE_)AUTOMOC_COMPILER_PREDEFINES

This commit is contained in:
Sebastian Holtermann
2017-09-29 15:32:10 +02:00
parent 75c98b5ef4
commit 6bbc1e775d

View File

@@ -0,0 +1,11 @@
autogen-predefs
---------------
* When using :prop_tgt:`AUTOMOC`, the new variable
:variable:`CMAKE_AUTOMOC_COMPILER_PREDEFINES` allows to default
enable or disable the generation of the compiler pre definitions file
``moc_predefs.h``.
* When using :prop_tgt:`AUTOMOC`, the new boolean target property
:prop_tgt:`AUTOMOC_COMPILER_PREDEFINES` allows to enable or disable the
generation of the compiler pre definitions file ``moc_predefs.h``.