From 478db5551d7050770c75e8a2e52cfeb45d19bacf Mon Sep 17 00:00:00 2001 From: Saman Hashemi Date: Fri, 28 Aug 2026 11:50:29 +0300 Subject: [PATCH] Add and update platforms for Qtmcp + QmlpreviewMcp - Create platform config file for the 6.12 branch in tqtc-qml-preview-mcp repo - Both QtMcp and QmlPreviewMcp have the same platforms supported Change-Id: I9dd65966e6319ca51e8dfd3a9ef43a4f6a3db7ac Reviewed-by: Antti Kokko --- .../tqtc-qml-preview-mcp.yaml | 25 +++++++++++++++++++ coin/platform_configs/tqtc-qtmcp.yaml | 16 +++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 coin/platform_configs/tqtc-qml-preview-mcp.yaml diff --git a/coin/platform_configs/tqtc-qml-preview-mcp.yaml b/coin/platform_configs/tqtc-qml-preview-mcp.yaml new file mode 100644 index 00000000..b6f4348f --- /dev/null +++ b/coin/platform_configs/tqtc-qml-preview-mcp.yaml @@ -0,0 +1,25 @@ +Version: 2 +Include: [ + cmake_platforms.yaml: [ + 'ubuntu-22.04', + 'ubuntu-22.04-x11-tests', + 'ubuntu-24.04-x64', + 'ubuntu-24.04-x64-x11-tests', + 'rhel-9.6', + 'rhel-10.0', + 'windows-11_24H2-msvc2022', + 'windows-11_24H2-msvc2026', + 'windows-11_24h2-mingw15', + 'windows-11_24H2-llvm' + ], + macos.yaml: [ + 'macos-universal-on-arm64', + 'macos-14-x86_64-tests', + 'macos-15-x86_64-tests', + 'macos-26-x86_64-tests', + 'macos-14-arm64-tests', + 'macos-15-arm64-tests', + 'macos-26-arm64-tests' + ] +] +Configurations: [] diff --git a/coin/platform_configs/tqtc-qtmcp.yaml b/coin/platform_configs/tqtc-qtmcp.yaml index 88537783..b6f4348f 100644 --- a/coin/platform_configs/tqtc-qtmcp.yaml +++ b/coin/platform_configs/tqtc-qtmcp.yaml @@ -5,11 +5,21 @@ Include: [ 'ubuntu-22.04-x11-tests', 'ubuntu-24.04-x64', 'ubuntu-24.04-x64-x11-tests', - 'windows-11_24H2-msvc2022' + 'rhel-9.6', + 'rhel-10.0', + 'windows-11_24H2-msvc2022', + 'windows-11_24H2-msvc2026', + 'windows-11_24h2-mingw15', + 'windows-11_24H2-llvm' ], macos.yaml: [ - 'macos-arm64-developer-build', - 'macos-14-arm64-developer-build-tests' + 'macos-universal-on-arm64', + 'macos-14-x86_64-tests', + 'macos-15-x86_64-tests', + 'macos-26-x86_64-tests', + 'macos-14-arm64-tests', + 'macos-15-arm64-tests', + 'macos-26-arm64-tests' ] ] Configurations: []