From 8f3e7cd7ebd3528cb957fa616603bcb5c7f4062d Mon Sep 17 00:00:00 2001 From: Elias Toivola Date: Tue, 26 May 2026 14:54:12 +0300 Subject: [PATCH] ARM64EC: disable qtwebview build qtwebview build is effectively disabled by unsetting WEBVIEW2_SDK_ROOT. Pick-to: 6.12 Task-number: QTBUG-146988 Change-Id: I68b0e0e87694a0dab8760a40e3e5aee9d6460ef2 Reviewed-by: Michal Klocek --- coin/platform_configs/cmake_platforms.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 46a927f8..8bb972b7 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -227,7 +227,6 @@ Configurations: 'TARGET_CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..', 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_qtwebengine_build=OFF -DFEATURE_qtpdf_build=OFF -DFFMPEG_DIR={{.Env.FFMPEG_DIR_MSVC}} -DQT_DEPLOY_FFMPEG=TRUE -DFEATURE_clangcpp=OFF -DINPUT_headersclean=ON', 'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}', - 'WEBVIEW2_SDK_ROOT={{.Env.WEBVIEW2_SDK_ROOT_PATH}}', ] - Id: 'windows-11_23h2-arm64-msvc2022'