summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-27 13:59:12 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-02-09 19:49:36 +0100
commitb9cd52bef32c6f7bf0efa46795afee632e9f7849 (patch)
treeb157deebb811888b601761d9cd51fb12bcca034c /src/tools/bootstrap
parentc22b30f594564b83776ac697ad12cd652044f3cb (diff)
Remove QDom from bootstrap lib
It's not used by any bootstrapped tool. Change-Id: Id6751e80bb34642aeaea1c2bb4f24b480280623d Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/tools/bootstrap')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index a348ddd8e2..c42f8e0404 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -94,7 +94,6 @@ qt_internal_extend_target(Bootstrap
../../corelib/tools/qringbuffer.cpp
../../corelib/tools/qsize.cpp
../../corelib/tools/qversionnumber.cpp
- ../../xml/dom/qdom.cpp
DEFINES
HAVE_CONFIG_H
QT_TYPESAFE_FLAGS
@@ -113,7 +112,6 @@ qt_internal_extend_target(Bootstrap
../../3rdparty/tinycbor/src
PUBLIC_INCLUDE_DIRECTORIES # special case
$<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES> # special case
- $<TARGET_PROPERTY:Xml,INCLUDE_DIRECTORIES> # special case
PUBLIC_LIBRARIES # special case
Qt::Platform # special case
)