mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-21 22:09:51 +08:00
Revision 3 updates gdb to version 11.2.0. This is not necessarily needed for building, but I think it's better to have the same toolchain as the Qt SDK. Task-number: QTBUG-101653 Pick-to: 6.3 6.2 Change-Id: I92a319a943d18ec10e5e0da3cd770ba7cde26f13 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
12 lines
352 B
PowerShell
12 lines
352 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 11.2.0
|
|
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW
|
|
|
|
$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev3"
|
|
|
|
$sha1 = "50174112ceca6f9fe42debbedda54ce6e9187302"
|
|
|
|
InstallMinGW $release $sha1
|
|
|