mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
This change will split common folder to four different folders: Linux, Unix, Windows and MacOS. Each of these folders includes scripts which are common for their operating system familes Task-number: QTQAINFRA-1451 Change-Id: Ic93b2183052335dee875d1452b21e38d268b6474 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
11 lines
232 B
PowerShell
11 lines
232 B
PowerShell
. "$PSScriptRoot\..\common\windows\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
|
|
|
|
|