summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-02-03 12:33:09 +0000
committerTopi Reiniƶ <topi.reinio@qt.io>2023-02-07 11:51:50 +0000
commitb2864f175fe21d8d4bd7e67fbc4bac61a5087228 (patch)
tree9eef92c0c669b6e76cb18abd361c19e3920587fb /tests
parent64001fc4c692f317032989c5bdda97527777a171 (diff)
downloadqttools-b2864f175fe21d8d4bd7e67fbc4bac61a5087228.tar.gz
qdoc: Make QDoc's output less noisy by default
By default, QDoc printed progress information such as qt.qdoc: Start/Stop qdoc for <project> in <mode> qt.qdoc: Parse source files for <project> These do not provide much useful information, so hide them under the --log-progress command line option. --debug now also implies --log-progress. Remove all uses of leftover debug statements that used qDebug(), or where suitable, convert them to use logging category with qCDebug() and friends. Remove unused function FunctionNode::debug(). Clean up formatting and language for some of QDoc's output messages in passing. Fixes: QTBUG-110923 Pick-to: 6.5 Change-Id: I2cab456b0e144249e4234a253fd1c90d76666132 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
index 117abf67b..ef872534e 100644
--- a/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
+++ b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
@@ -11,6 +11,7 @@ qt_internal_add_test(tst_qdoccommandlineparser
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" # special case
SOURCES
../../../../src/qdoc/qdoccommandlineparser.cpp ../../../../src/qdoc/qdoccommandlineparser.h
+ ../../../../src/qdoc/utilities.cpp ../../../../src/qdoc/utilities.h
tst_qdoccommandlineparser.cpp
INCLUDE_DIRECTORIES
../../../../src/qdoc