aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2024-03-05 07:06:49 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-05 21:20:05 +0000
commit8c46e471d905b2cf88a47a5dabe77da293e9b174 (patch)
treeff3b25a16fdc99b86c573f4c69c5d4fa82b47fa1
parent9c1bca42d0dff1509a3daf84af1f42e1ad3ce939 (diff)
qtbase: don't generate qmake wrapper
Do not generate qmake wrapper scripts in target builds. It does not work as expected. If you need to have qmake for target, use QT_FORCE_BUILD_TOOLS variable instead. Fixes: QTBUG-122420 Change-Id: I711a53a553e7cbb5439a070f2629b66024e22d16 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit c174f9a5ddc96a94618c19925ba73649a96c694d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/qt6/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb
index b7b0405..8b5d8b4 100644
--- a/recipes-qt/qt6/qtbase_git.bb
+++ b/recipes-qt/qt6/qtbase_git.bb
@@ -168,6 +168,7 @@ EXTRA_OECMAKE:append:class-target = "\
-DFEATURE_rpath=OFF \
-DFEATURE_relocatable=OFF \
-DQT_QPA_DEFAULT_PLATFORM=${QT_QPA_DEFAULT_PLATFORM} \
+ -DQT_NO_GENERATE_QMAKE_WRAPPER_FOR_TARGET=ON \
"
EXTRA_OECMAKE:append:mingw32 = "\