diff deploy/win64/build-64.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-64.bat	Thu Jun 07 11:12:07 2018 +0100
+++ b/deploy/win64/build-64.bat	Thu Jun 07 11:36:53 2018 +0100
@@ -5,15 +5,15 @@
 
 set STARTPWD=%CD%
 
-set QTDIR=C:\Qt\5.10.1\msvc2017_64
+set QTDIR=C:\Qt\5.11.0\msvc2017_64
 if not exist %QTDIR% (
 @   echo Could not find 64-bit Qt
-@   exit /b
+@   exit /b 2
 )
 
 if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" (
 @   echo "Could not find MSVC vars batch file"
-@   exit /b
+@   exit /b 2
 )
 
 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64