From 5d41389310d897060cdfd9cd31483be988f2d01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 18 May 2026 15:10:34 +0200 Subject: [PATCH] Build macOS developer build examples as external projects qtbase for now, as some of the submodules fail to build examples in this mode. Pick-to: 6.12 Task-number: QTBUG-90820 Task-number: QTBUG-96232 Change-Id: Icb2254bafcbeee7e4bba7500b2a8395f386244ef Reviewed-by: Alexandru Croitor --- coin/platform_configs/macos.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index d18aa27c..7eeebc4a 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -81,6 +81,7 @@ Configurations: Environment variables: [ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}', 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE', + 'QTBASE_EXAMPLES_CMAKE_ARGS=-DQT_BUILD_EXAMPLES_AS_EXTERNAL=ON', ] - Id: 'macos-arm64-developer-build'