mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
We are switching to 64-bit MinGW targets in 5.11 branch. Task-number: QTQAINFRA-1432 Change-Id: Ic806e0e6400ae98351a922ed7f5a545046273ada Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
9 lines
232 B
PowerShell
9 lines
232 B
PowerShell
. "$PSScriptRoot\..\common\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 6.3.0
|
|
|
|
$release = "x86_64-6.3.0-release-posix-seh-rt_v5-rev2"
|
|
$sha1 = "49E7F8997E3D15C75B1A4DE1C380ABE1FB9B7533"
|
|
|
|
InstallMinGW $release $sha1
|