Autogen: Update (CMAKE_)AUTOMOC_MACRO_NAMES release notes

This commit is contained in:
Sebastian Holtermann
2017-09-25 21:22:14 +02:00
parent 084ace47b6
commit 93c8d55d04

View File

@@ -1,12 +1,14 @@
autogen-macro-names autogen-macro-names
------------------- -------------------
* When using :prop_tgt:`AUTOMOC`, CMake searches for the strings ``Q_OBJECT`` * When using :prop_tgt:`AUTOMOC`, CMake searches for the strings ``Q_OBJECT``,
and ``Q_OBJECT`` in a source file to determine if it needs to be ``moc`` ``Q_GADGET`` or ``Q_NAMESPACE`` in a source file to determine if it needs
processed. The new variable :variable:`CMAKE_AUTOMOC_MACRO_NAMES` allows to to be ``moc`` processed. The new variable
register additional strings (macro names) so search for. :variable:`CMAKE_AUTOMOC_MACRO_NAMES` allows to register additional
strings (macro names) so search for.
* When using :prop_tgt:`AUTOMOC`, CMake searches for the strings ``Q_OBJECT`` * When using :prop_tgt:`AUTOMOC`, CMake searches for the strings ``Q_OBJECT``,
and ``Q_OBJECT`` in a source file to determine if it needs to be ``moc`` ``Q_GADGET`` or ``Q_NAMESPACE`` in a source file to determine if it needs
processed. The new target property :prop_tgt:`AUTOMOC_MACRO_NAMES` allows to to be ``moc`` processed. The new target property
register additional strings (macro names) so search for. :prop_tgt:`AUTOMOC_MACRO_NAMES` allows to register additional strings
(macro names) so search for.