summaryrefslogtreecommitdiffstats
path: root/src/tools
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/tools
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/tools')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index ca768e8560..5bf537edc4 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -64,9 +64,6 @@ qt_internal_extend_target(Bootstrap
../../corelib/serialization/qjsonvalue.cpp
../../corelib/serialization/qjsonwriter.cpp
../../corelib/serialization/qtextstream.cpp
- ../../corelib/serialization/qxmlstream.cpp
- ../../corelib/serialization/qxmlstreamgrammar.cpp
- ../../corelib/serialization/qxmlutils.cpp
../../corelib/text/qbytearray.cpp
../../corelib/text/qbytearraylist.cpp
../../corelib/text/qbytearraymatcher.cpp