mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Conflicts: coin/platform_configs/default.txt coin/platform_configs/qt5.txt Task-number: QTBUG-65688 Change-Id: I17a303731dab4b967c9ef8a852ee0c1097b88f10
9 lines
240 B
PowerShell
9 lines
240 B
PowerShell
. "$PSScriptRoot\..\common\windows\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
|