mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Required to compile 32-bit binaries. Fixes: QTQAINFRA-2896 Change-Id: I91a43ecf6e2c97886429c34c79591999b908879f Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
12 lines
258 B
PowerShell
12 lines
258 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install MinGW 7.3.0
|
|
|
|
$release = "i686-7.3.0-release-posix-dwarf-rt_v5-rev0"
|
|
$sha1 = "96e11c754b379c093e1cb3133f71db5b9f3e0532"
|
|
$suffix = "_i686"
|
|
|
|
InstallMinGW $release $sha1 $suffix
|
|
|
|
|