mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 21:57:45 +08:00
Pre-installed to tier 1:
MSVC 2022 17.3.6 plus build tools
MSVC 2019 16.11.20 plus build tools
MSVC 2015 update 3 14.0.25420.1
Task-number: QTQAINFRA-5262
Change-Id: Ibcc2950dd7edef0d6aa92cef7e602a69da8498d9
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
12 lines
352 B
PowerShell
12 lines
352 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 11.2.0
|
|
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
|
|
|
|
$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
|
|
|
|
$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
|
|
|
|
InstallMinGW $release $sha1
|
|
|