1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

Bump Qt version in GLideN64_builder.cmd

Make the builder script download the v5.15 Qt builds.
This commit is contained in:
GhostlyDark 2021-08-07 11:34:16 +02:00 committed by Sergey Lipskiy
parent 0ebc545c93
commit 3aeecd4cfe

View File

@ -83,7 +83,7 @@ if "%ARCH%"=="x86" set TARCH=Win32
if %NOQT%==1 goto noqt
if defined QTDIR_%ARCH% goto nodl
set "QTVER=qt-5_7_1-%ARCH%-msvc2017-static"
set "QTVER=qt-5_15-%ARCH%-msvc2017-static"
if exist "..\Qt\%QTVER%\include\QtCore" goto nodl
set MSG=Path to Qt %ARCH% was not specified or detected