From 4fb59234329951b3ea3d252078ff2b8353184d46 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 27 Jan 2022 14:36:42 +0100 Subject: Remove QLine, QPoint, QRect, and QSize from bootstrap lib Those classes are not used by any bootstrapped tool. Change-Id: I82fc32e16d044b91ab3a79109ab98a3010df2e2d Reviewed-by: Fabian Kosmale Reviewed-by: Alexey Edelev Reviewed-by: Thiago Macieira --- src/tools/bootstrap/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index c42f8e0404..ca768e8560 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -88,11 +88,7 @@ qt_internal_extend_target(Bootstrap ../../corelib/tools/qcommandlineparser.cpp ../../corelib/tools/qcryptographichash.cpp ../../corelib/tools/qhash.cpp - ../../corelib/tools/qline.cpp - ../../corelib/tools/qpoint.cpp - ../../corelib/tools/qrect.cpp ../../corelib/tools/qringbuffer.cpp - ../../corelib/tools/qsize.cpp ../../corelib/tools/qversionnumber.cpp DEFINES HAVE_CONFIG_H -- cgit v1.2.3