mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-05 13:16:40 +08:00
Task-number: QTQAINFRA-5045 Change-Id: Id63e375faf2ed984c461ff4eab6271187672c3ea Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
12 lines
360 B
PowerShell
12 lines
360 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 13.1.0
|
|
# Note! MinGW version is 9.0.0 but the GCC version is 13.1 which is used with the naming of MinGW
|
|
|
|
$release = "MinGW-w64-x86_64-13.1.0-release-posix-seh-msvcrt-rt_v11-rev1"
|
|
|
|
$sha1 = "561db0989c1b2cb73e0ceb27aed3b0ee8cb1db48"
|
|
|
|
InstallMinGW $release $sha1
|
|
|