aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-04-01 09:25:49 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-05 16:12:42 +0000
commit7d42dee840a44788ee3a7dd1e22f3be3e1f22e55 (patch)
tree6518410aac7549d4edce93a097dfa88d2ce27da1 /classes
parent059f6af27f9a3f3c85a4fe27a04fe3f7959a0a1a (diff)
qt6: make configure more verbose
Qt configure has lowered its verbose when not using developer-build. Increase the verbose level to have the configure summary of the Qt module back into the logs. Change-Id: If742b68353fe6f0614bf4be8f355cfc24f9a42f3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 312d7185d8570ab920e9cc3ed7b1c2359981c5cb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'classes')
-rw-r--r--classes/qt6-cmake.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/qt6-cmake.bbclass b/classes/qt6-cmake.bbclass
index 447dab5..3db5fd7 100644
--- a/classes/qt6-cmake.bbclass
+++ b/classes/qt6-cmake.bbclass
@@ -2,9 +2,11 @@ inherit cmake python3native perlnative pkgconfig qt6-paths
DEPENDS:prepend = "qtbase-native "
+QT_MESSAGE_LOG_LEVEL ?= "STATUS"
EXTRA_OECMAKE += "\
-DQT_CMAKE_DEBUG_EXTEND_TARGET=ON \
-DQT_BUILD_INTERNALS_NO_FORCE_SET_INSTALL_PREFIX=ON \
+ -DCMAKE_MESSAGE_LOG_LEVEL=${QT_MESSAGE_LOG_LEVEL} \
"
EXTRA_OECMAKE:append:class-target = "\
-DQT_HOST_PATH:PATH=${RECIPE_SYSROOT_NATIVE}${prefix_native}/ \