aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-10-09 10:55:56 +0200
committerEike Ziller <eike.ziller@qt.io>2023-10-10 08:22:42 +0000
commit8ca689081430dfa2ca3c385768d732d17ce5d54b (patch)
tree26b41146f219f6592eb1cc738dfed63f5f9f27c9 /tests
parentf1c3482e0d06f5e18480d25f2ac36f4b410f0b51 (diff)
QmlDesigner: Quiet messages from find_package
The information is available via the CONDITION and FEATURE_INFO Change-Id: I0da6338736316e5976c1addad6c25d083e7d772d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tests/CMakeLists.txt b/tests/unit/tests/CMakeLists.txt
index fe1f0c84b32..bd7ec6ce3d6 100644
--- a/tests/unit/tests/CMakeLists.txt
+++ b/tests/unit/tests/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Qt6 COMPONENTS QmlDomPrivate QmlCompilerPrivate)
+find_package(Qt6 COMPONENTS QmlDomPrivate QmlCompilerPrivate QUIET)
if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /bigobj")