comparison deploy/win64/build-64.bat @ 2218:7d3a15a75006

Update Qt versions in Win builds
author Chris Cannam
date Mon, 18 Feb 2019 13:18:37 +0000
parents b483f46e53eb
children 0f94d8f9f7d2
comparison
equal deleted inserted replaced
2217:8b71d9894f1b 2218:7d3a15a75006
3 3
4 echo on 4 echo on
5 5
6 set STARTPWD=%CD% 6 set STARTPWD=%CD%
7 7
8 set QTDIR=C:\Qt\5.11.2\msvc2017_64 8 set QTDIR=C:\Qt\5.12.1\msvc2017_64
9 if not exist %QTDIR% ( 9 if not exist %QTDIR% (
10 @ echo Could not find 64-bit Qt 10 @ echo Could not find 64-bit Qt
11 @ exit /b 2 11 @ exit /b 2
12 ) 12 )
13 13