From 3aeecd4cfe0b92a58e006d74e2e494872ae35f5a Mon Sep 17 00:00:00 2001 From: GhostlyDark <31742919+GhostlyDark@users.noreply.github.com> Date: Sat, 7 Aug 2021 11:34:16 +0200 Subject: [PATCH] Bump Qt version in GLideN64_builder.cmd Make the builder script download the v5.15 Qt builds. --- projects/msvc/GLideN64_builder.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/msvc/GLideN64_builder.cmd b/projects/msvc/GLideN64_builder.cmd index a81cb9c8..7b1a610f 100644 --- a/projects/msvc/GLideN64_builder.cmd +++ b/projects/msvc/GLideN64_builder.cmd @@ -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