diff options
author | Thiago Macieira <[email protected]> | 2024-12-29 15:17:37 -0300 |
---|---|---|
committer | Thiago Macieira <[email protected]> | 2025-01-13 09:04:21 -0600 |
commit | 24b5cea95c710cb741963e14972ae8d612267ef6 (patch) | |
tree | dc024f7a98fcec7f945eb7597705a50feb7891f3 /src/tools | |
parent | 2d40e30e3480726310ab15dac94872c59ee4714c (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.txt | 1 |
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 |