summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorThiago Macieira <[email protected]>2024-12-29 15:17:37 -0300
committerThiago Macieira <[email protected]>2025-01-13 09:04:21 -0600
commit24b5cea95c710cb741963e14972ae8d612267ef6 (patch)
treedc024f7a98fcec7f945eb7597705a50feb7891f3 /src/tools
parent2d40e30e3480726310ab15dac94872c59ee4714c (diff)
Bootstrap: remove the QDebug streaming class
And fix some compilation bugs if QT_NO_DEBUG_STREAM is defined. Drive-by fix the grammar in the qcommandlineparser.cpp qWarning(). Change-Id: Ia9287ea189ae4a4b7545fffdbff7dbb9196de519 Reviewed-by: Ahmad Samir <[email protected]>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt
index a5045bc30f7..e00e2839f6c 100644
--- a/src/tools/bootstrap/CMakeLists.txt
+++ b/src/tools/bootstrap/CMakeLists.txt
@@ -21,7 +21,6 @@ qt_internal_extend_target(Bootstrap
../../corelib/global/qlogging.cpp
../../corelib/global/qtenvironmentvariables.cpp
../../corelib/io/qabstractfileengine.cpp
- ../../corelib/io/qdebug.cpp
../../corelib/io/qdir.cpp
../../corelib/io/qfile.cpp
../../corelib/io/qfiledevice.cpp