aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsglobal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/parser/qqmljsglobal_p.h')
-rw-r--r--src/qml/parser/qqmljsglobal_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/parser/qqmljsglobal_p.h b/src/qml/parser/qqmljsglobal_p.h
index c53e12ea56..1cf63820c3 100644
--- a/src/qml/parser/qqmljsglobal_p.h
+++ b/src/qml/parser/qqmljsglobal_p.h
@@ -62,9 +62,9 @@
// QmlDevTools is a static library
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
-# define QML_PARSER_EXPORT Q_AUTOTEST_EXPORT
+# define QML_PARSER_EXPORT Q_DECL_EXPORT
# else
-# define QML_PARSER_EXPORT
+# define QML_PARSER_EXPORT Q_DECL_IMPORT
# endif
#endif // QT_CREATOR