mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Autogen: Update (CMAKE_)AUTOMOC_MACRO_NAMES release notes
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
autogen-macro-names
|
||||
-------------------
|
||||
|
||||
* 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``
|
||||
processed. The new variable :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``,
|
||||
``Q_GADGET`` or ``Q_NAMESPACE`` in a source file to determine if it needs
|
||||
to be ``moc`` processed. The new variable
|
||||
: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``
|
||||
and ``Q_OBJECT`` in a source file to determine if it needs to be ``moc``
|
||||
processed. The new target property :prop_tgt:`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``,
|
||||
``Q_GADGET`` or ``Q_NAMESPACE`` in a source file to determine if it needs
|
||||
to be ``moc`` processed. The new target property
|
||||
:prop_tgt:`AUTOMOC_MACRO_NAMES` allows to register additional strings
|
||||
(macro names) so search for.
|
||||
|
||||
Reference in New Issue
Block a user