aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
index 0c7d9e6..7d3c32f 100644
--- a/appveyor/build.bat
+++ b/appveyor/build.bat
@@ -4,7 +4,7 @@ if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" (
)
-set QTDIR=C:\Qt\5.14\msvc2017_64
+set QTDIR=C:\Qt\5.12\msvc2017_64
set PATH=%PATH%;%QTDIR%\bin
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"