From b9cd52bef32c6f7bf0efa46795afee632e9f7849 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 27 Jan 2022 13:59:12 +0100 Subject: [PATCH] Remove QDom from bootstrap lib It's not used by any bootstrapped tool. Change-Id: Id6751e80bb34642aeaea1c2bb4f24b480280623d Reviewed-by: Alexey Edelev Reviewed-by: Thiago Macieira --- src/tools/bootstrap/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index a348ddd8e24..c42f8e04043 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 $ # special case - $ # special case PUBLIC_LIBRARIES # special case Qt::Platform # special case )