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
11 lines
239 B
PowerShell
11 lines
239 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 5.3.0
|
|
|
|
$release = "x86_64-5.3.0-release-posix-seh-rt_v4-rev0"
|
|
$sha1 = "7EB12DD3EDDCF609722C9552F8592BD9948DA1FC"
|
|
|
|
InstallMinGW $release $sha1
|
|
|
|
|