aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqmlglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qtqmlglobal.h')
-rw-r--r--src/qml/qtqmlglobal.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/qml/qtqmlglobal.h b/src/qml/qtqmlglobal.h
index 387eba6231..0651355c67 100644
--- a/src/qml/qtqmlglobal.h
+++ b/src/qml/qtqmlglobal.h
@@ -47,17 +47,6 @@
# include <QtNetwork/qtnetworkglobal.h>
#endif
-QT_BEGIN_NAMESPACE
+# include <QtQml/qtqmlexports.h>
-#if !defined(QT_STATIC)
-# if defined(QT_BUILD_QML_LIB)
-# define Q_QML_EXPORT Q_DECL_EXPORT
-# else
-# define Q_QML_EXPORT Q_DECL_IMPORT
-# endif
-#else
-# define Q_QML_EXPORT
-#endif
-
-QT_END_NAMESPACE
#endif // QTQMLGLOBAL_H