mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Task-number: QTQAINFRA-3304 Change-Id: I4a962c112f4925224e91c08117c7324112d70729 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
11 lines
242 B
PowerShell
11 lines
242 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 8.1.0
|
|
|
|
$release = "x86_64-8.1.0-release-posix-seh-rt_v6-rev0"
|
|
|
|
$sha1 = "5aa456654a6ce77249c27888b5d0f856fc011b9c"
|
|
|
|
InstallMinGW $release $sha1
|
|
|