mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Change will provision DirectX SDK with enabler DotNetFramework also, so that configure for MinGW will detect ANGLE correctly. The DirectX headers and libs will be in two location, while those are installed with MSVC also. Task-number: QTBUG-35288 Change-Id: I04ca71a73b22cd4eb27987a368cd9ede03b0e437 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
10 lines
241 B
PowerShell
10 lines
241 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install 64-bit MinGW 7.3.0
|
|
|
|
$release = "x86_64-7.3.0-release-posix-seh-rt_v5-rev0"
|
|
$sha1 = "0fce15036400568babd10d65b247e9576515da2c"
|
|
|
|
InstallMinGW $release $sha1
|
|
|