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:
Alexander Neumann
2021-04-05 16:39:29 +02:00
committed by Brad King
parent bb673cdbee
commit 4f391c6512
+1 -1
View File
@@ -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
^^^^^^^