diff deploy/win64/build-32.bat @ 1845:69b7ee11e9ab plugin-path-config

Merge from default branch
author Chris Cannam
date Thu, 07 Jun 2018 11:36:53 +0100
parents 2b09b4dce8c4 9f26f92bf89f
children 5c39e3d2ab5c
line wrap: on
line diff
--- a/deploy/win64/build-32.bat	Thu Jun 07 11:12:07 2018 +0100
+++ b/deploy/win64/build-32.bat	Thu Jun 07 11:36:53 2018 +0100
@@ -3,10 +3,10 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.10.1\mingw53_32
+set QTDIR=C:\Qt\5.11.0\mingw53_32
 if not exist %QTDIR% (
 @   echo Could not find 32-bit Qt
-@   exit /b
+@   exit /b 2
 )
 
 set ORIGINALPATH=%PATH%