aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2023-07-03 15:49:18 +0300
committerSimo Fält <simo.falt@qt.io>2023-07-12 07:05:11 +0000
commit15d86bfc47a883eb839d7d326834419c570ce956 (patch)
tree0ca8f39da82c563b8b9ef9c3e15aa2123b8ce6c7 /coin/platform_configs
parent81f3ea0f5f2afeb5dbe9ea4b0cff117b8a649fa6 (diff)
Upgrade MSVC 2022 and 2019 for Windows 11 22H2
Change upgrades also build tools for both visual studios MSVC 2022: 17.6.4 MSVC 2019: 16.11.27 Change-Id: Icb847704636467d133fa578e46e93b6973aeb0a9 Task-number: COIN-1059 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 497bd051e46fe147efddad438b3c4fe724652bd3)
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/cmake_platforms.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index 934687b4..b5fd478e 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -74,7 +74,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-msvc2019'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'MSVC2019'
Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure']
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
@@ -100,7 +100,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-msvc2022'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'MSVC2022'
Features: ['Sccache', "DebugAndRelease", 'UseConfigure']
Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib'
@@ -141,7 +141,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-msvc2019-developer-build'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'MSVC2019'
Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure']
Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib -c++std c++20'
@@ -153,7 +153,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-msvc2019-arm64'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'MSVC2019'
Target arch: 'arm64'
Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure']
@@ -226,7 +226,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-llvm'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'Clang'
Features: ['Sccache', 'UseConfigure']
Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples -qt-zlib -qt-freetype -qt-libjpeg'
@@ -254,7 +254,7 @@ Configurations:
]
-
Id: 'windows-11_22h2-mingw11-developer-build'
- Template: 'qtci-windows-11_22H2-x86_64-50'
+ Template: 'qtci-windows-11_22H2-x86_64-51'
Compiler: 'Mingw'
Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure']
Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples -qt-zlib -qt-freetype -qt-libjpeg'