aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsglobal_p.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-09-30 08:45:10 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2021-09-30 12:48:57 +0200
commit4deb42b5985cd50d7c2c8983ba0dbf21a45f9c7c (patch)
tree94392c9e4d2a3d18c139a3cadfacb9456468e1c3 /src/qml/parser/qqmljsglobal_p.h
parent466edbf12c7c573fec7326ff4897ef44bda146a3 (diff)
Remove obsolete devtools lib ifdefery
Change-Id: Ifc5fc430046eb0d72434a701812fd27b200f992b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
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