mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 20:47:49 +08:00
MinGW currently uses only internal URL without backup. Added the official URL to these scripts with SHA1 checksum verification. Change-Id: Id9b8a1bf1110201414e9d79c9e713475118ff661 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
11 lines
224 B
PowerShell
11 lines
224 B
PowerShell
. "$PSScriptRoot\..\common\install-mingw.ps1"
|
|
|
|
# This script will install MinGW 5.3.0
|
|
|
|
$release = "i686-5.3.0-release-posix-dwarf-rt_v4-rev0"
|
|
$sha1 = "D4F21D25F3454F8EFDADA50E5AD799A0A9E07C6A"
|
|
|
|
InstallMinGW $release $sha1
|
|
|
|
|