aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qtqmlglobal.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/qtqmlglobal.h
parent466edbf12c7c573fec7326ff4897ef44bda146a3 (diff)
Remove obsolete devtools lib ifdefery
Change-Id: Ifc5fc430046eb0d72434a701812fd27b200f992b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/qtqmlglobal.h')
-rw-r--r--src/qml/qtqmlglobal.h19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/qml/qtqmlglobal.h b/src/qml/qtqmlglobal.h
index 3e275c6359..387eba6231 100644
--- a/src/qml/qtqmlglobal.h
+++ b/src/qml/qtqmlglobal.h
@@ -40,27 +40,16 @@
#ifndef QTQMLGLOBAL_H
#define QTQMLGLOBAL_H
-#if defined(QT_BUILD_QMLDEVTOOLS_LIB) || defined(QT_QMLDEVTOOLS_LIB)
-# define QT_QML_BOOTSTRAPPED
-#endif
#include <QtCore/qglobal.h>
-#ifndef QT_QML_BOOTSTRAPPED
-# include <QtQml/qtqml-config.h>
-# if QT_CONFIG(qml_network)
-# include <QtNetwork/qtnetworkglobal.h>
-# endif
-#else
-# define QT_FEATURE_qml_debug -1
-# define QT_FEATURE_qml_sequence_object 1
-# define QT_FEATURE_qml_jit -1
-# define QT_FEATURE_qml_worker_script -1
-# define QT_FEATURE_qml_xml_http_request -1
+#include <QtQml/qtqml-config.h>
+#if QT_CONFIG(qml_network)
+# include <QtNetwork/qtnetworkglobal.h>
#endif
QT_BEGIN_NAMESPACE
-#if !defined(QT_QML_BOOTSTRAPPED) && !defined(QT_STATIC)
+#if !defined(QT_STATIC)
# if defined(QT_BUILD_QML_LIB)
# define Q_QML_EXPORT Q_DECL_EXPORT
# else