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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/qml/parser/qqmljsglobal_p.h b/src/qml/parser/qqmljsglobal_p.h
index e7937ebc3b..9eceb7a6ca 100644
--- a/src/qml/parser/qqmljsglobal_p.h
+++ b/src/qml/parser/qqmljsglobal_p.h
@@ -53,10 +53,7 @@
#include <QtCore/qglobal.h>
#ifndef QT_STATIC
-# if defined(QT_BUILD_QMLDEVTOOLS_LIB) || defined(QT_QMLDEVTOOLS_LIB)
- // QmlDevTools is a static library
-# define QML_PARSER_EXPORT
-# elif defined(QT_BUILD_QML_LIB)
+# if defined(QT_BUILD_QML_LIB)
# define QML_PARSER_EXPORT Q_DECL_EXPORT
# else
# define QML_PARSER_EXPORT Q_DECL_IMPORT