mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 13:47:46 +08:00
Windows 11 21H2 will be replaced by 22H2 version Task-number: QTQAINFRA-5203 Pick-to: 6.4 Change-Id: Iad18055cf84d9c1ff38984611c820b1c23d663a2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Matti Paaso <matti.paaso@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
|
|
|