summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-27 14:44:13 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-02-09 19:49:37 +0100
commitd03385df9de8715dc97287142dde8882d134cbd1 (patch)
tree47a75ef6af1fcfc679404194a86a2ec0d3a40fff /src/xml
parent4fb59234329951b3ea3d252078ff2b8353184d46 (diff)
Remove QXml* from bootstrap lib
Those classes are not used by any bootstrapped tool. Also remove the QT_BOOTSTRAPPED code paths. Change-Id: Ic5a9b153a578fedcba37cd81a62ccf0182a2d34f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/qtxmlglobal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xml/qtxmlglobal.h b/src/xml/qtxmlglobal.h
index 9ad9dd4af1..3c8151ba10 100644
--- a/src/xml/qtxmlglobal.h
+++ b/src/xml/qtxmlglobal.h
@@ -41,10 +41,7 @@
#define QTXMLGLOBAL_H
#include <QtCore/qglobal.h>
-#ifndef QT_BOOTSTRAPPED
-# include <QtXml/qtxml-config.h>
-#endif
-
+#include <QtXml/qtxml-config.h>
#include <QtXml/qtxmlexports.h>
#endif // QTXMLGLOBAL_H