summaryrefslogtreecommitdiff
path: root/deploy/win64/build-64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/win64/build-64.bat')
-rw-r--r--deploy/win64/build-64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/win64/build-64.bat b/deploy/win64/build-64.bat
index 7342b03..0db1bc6 100644
--- a/deploy/win64/build-64.bat
+++ b/deploy/win64/build-64.bat
@@ -5,7 +5,7 @@ echo on
set STARTPWD=%CD%
-set QTDIR=C:\Qt\5.13.1\msvc2017_64
+set QTDIR=C:\Qt\5.13.2\msvc2017_64
if not exist %QTDIR% (
@ echo Could not find 64-bit Qt in %QTDIR%
@ exit /b 2