comparison deploy/win/build-64.bat @ 344:54618edac669 bqaudiostream

Likewise
author Chris Cannam
date Mon, 04 Feb 2019 10:21:20 +0000
parents c7f2b178d220
children ce1b4bafe719
comparison
equal deleted inserted replaced
343:3c01ac72c943 344:54618edac669
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.12.0\msvc2017_64 8 set QTDIR=C:\Qt\5.11.2\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