diff deploy/win64/build-64.bat @ 2421:791ee0f879fd

Next release will be 4.1; update changelog, and update Qt version in build
author Chris Cannam
date Thu, 21 Nov 2019 14:12:22 +0000
parents 1a4bd4aa40ec
children 32718f05903d
line wrap: on
line diff
--- a/deploy/win64/build-64.bat	Thu Nov 21 14:08:36 2019 +0000
+++ b/deploy/win64/build-64.bat	Thu Nov 21 14:12:22 2019 +0000
@@ -5,7 +5,7 @@
 
 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