summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-06-25 11:28:27 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-06-25 19:33:12 +0200
commitb10e4e846e7b1a7b4c9c7cb7b4ef1081e22f2354 (patch)
tree9f54caca16ad66a0d980334ea45f1ea8d5008993 /src/xml
parent7968281444c967628566337ce3493058825cb946 (diff)
Migrate to autogenerated cpp exports
Replace the hardcoded cpp exports with a generated one where it's applicable. Task-number: QTBUG-90492 Change-Id: Idc160b594987b2c765e75bd669aae851b4366282 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/CMakeLists.txt1
-rw-r--r--src/xml/qtxmlglobal.h14
2 files changed, 2 insertions, 13 deletions
diff --git a/src/xml/CMakeLists.txt b/src/xml/CMakeLists.txt
index b2db149f8d..11050b5d8c 100644
--- a/src/xml/CMakeLists.txt
+++ b/src/xml/CMakeLists.txt
@@ -18,6 +18,7 @@ qt_internal_add_module(Xml
Qt::Core
PRIVATE_MODULE_INTERFACE
Qt::CorePrivate
+ GENERATE_CPP_EXPORTS
)
## Scopes:
diff --git a/src/xml/qtxmlglobal.h b/src/xml/qtxmlglobal.h
index 1ce3008f4a..9ad9dd4af1 100644
--- a/src/xml/qtxmlglobal.h
+++ b/src/xml/qtxmlglobal.h
@@ -45,18 +45,6 @@
# include <QtXml/qtxml-config.h>
#endif
-QT_BEGIN_NAMESPACE
-
-#ifndef QT_STATIC
-# if defined(QT_BUILD_XML_LIB)
-# define Q_XML_EXPORT Q_DECL_EXPORT
-# else
-# define Q_XML_EXPORT Q_DECL_IMPORT
-# endif
-#else
-# define Q_XML_EXPORT
-#endif
-
-QT_END_NAMESPACE
+#include <QtXml/qtxmlexports.h>
#endif // QTXMLGLOBAL_H