diff options
author | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2021-04-05 14:39:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-05 15:25:19 (GMT) |
commit | 3538f1c69bc301bfa9b44c6393e589baa8af3736 (patch) | |
tree | 70bca2824f626c32c290da31a4a68b1ea71e5c93 /Help/variable | |
parent | 31a31edc21c7305b1099366381a0172849605fba (diff) | |
download | CMake-3538f1c69bc301bfa9b44c6393e589baa8af3736.zip CMake-3538f1c69bc301bfa9b44c6393e589baa8af3736.tar.gz CMake-3538f1c69bc301bfa9b44c6393e589baa8af3736.tar.bz2 |
Help: Add Q_NAMESPACE_EXPORT to CMAKE_AUTOMOC_MACRO_NAMES default values
This was accidentally left out of commit 426941c433 (Autogen: Recognize
the new Q_NAMESPACE_EXPORT macro in AUTOMOC, 2020-02-26,
v3.17.0-rc2~3^2).
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst b/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst index 8e34df2..1153cb2 100644 --- a/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst +++ b/Help/variable/CMAKE_AUTOMOC_MACRO_NAMES.rst @@ -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 ^^^^^^^ |