changeset 551:4328b9fd40a5

Can update these now, as AppVeyor has caught up
author Chris Cannam
date Sat, 16 Feb 2019 10:39:55 +0000
parents 7ef7fa385d8e
children a16b6cd943ec
files deploy/win32/build-32.bat deploy/win64/build-64.bat
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/win32/build-32.bat	Sat Feb 16 09:38:47 2019 +0000
+++ b/deploy/win32/build-32.bat	Sat Feb 16 10:39:55 2019 +0000
@@ -3,7 +3,7 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.11.2\mingw53_32
+set QTDIR=C:\Qt\5.11.3\mingw53_32
 if not exist %QTDIR% (
 @   echo Could not find 32-bit Qt
 @   exit /b 2
--- a/deploy/win64/build-64.bat	Sat Feb 16 09:38:47 2019 +0000
+++ b/deploy/win64/build-64.bat	Sat Feb 16 10:39:55 2019 +0000
@@ -3,7 +3,7 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.11.2\msvc2017_64
+set QTDIR=C:\Qt\5.12.1\msvc2017_64
 if not exist %QTDIR% (
 @   echo Could not find 64-bit Qt
 @   exit /b 2