From 8e4c990b20ef945b6d2142852c78ccdea21518cd Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 31 Mar 2022 08:49:17 +0200 Subject: [PATCH] COIN/QtCreator: Remove old Windows 10 targets We don't need two 64bit Windows targets. Partial cherry-pick of ac2bdfb93a84f07d3fb4ed9edce8409dcabcac1c which was applied to dev and 6.3, but not to 6.2 Change-Id: Ide3225a1a7a09bf97306ca8250e3d6f567d04111 Reviewed-by: David Schulz Reviewed-by: Antti Kokko --- coin/platform_configs/qt-creator.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/coin/platform_configs/qt-creator.yaml b/coin/platform_configs/qt-creator.yaml index 35b455b0..69ff1cb1 100644 --- a/coin/platform_configs/qt-creator.yaml +++ b/coin/platform_configs/qt-creator.yaml @@ -1,13 +1,6 @@ Version: 2 Module only: True Configurations: -- - Template: 'qtci-windows-10-x86_64-52' - Compiler: 'MSVC2019' - Features: ['Packaging', 'Sccache', 'DebugAndRelease', 'DisableTests'] - Configure arguments: '' - Environment variables: [] - Environment script: ['%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat', 'amd64'] - Template: 'qtci-windows-10_21H2-x86_64-51' Compiler: 'MSVC2019'