mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-01 23:44:00 -04:00
Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values
This was accidentally left out of commit e9af7fc19d (Autogen: Recognize
the new Q_NAMESPACE_EXPORT macro in AUTOMOC, 2020-02-26,
v3.17.0-rc2~3^2).
This commit is contained in:
committed by
Brad King
parent
bb673cdbee
commit
4f391c6512
@@ -11,7 +11,7 @@ This variable is used to initialize the :prop_tgt:`AUTOMOC_MACRO_NAMES`
|
||||
property on all the targets. See that target property for additional
|
||||
information.
|
||||
|
||||
The default value is ``Q_OBJECT;Q_GADGET;Q_NAMESPACE``.
|
||||
The default value is ``Q_OBJECT;Q_GADGET;Q_NAMESPACE;Q_NAMESPACE_EXPORT``.
|
||||
|
||||
Example
|
||||
^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user