comparison deploy/win/build-32.bat @ 343:3c01ac72c943 bqaudiostream

Seems AppVeyor still doesn't have Qt 5.11.3 yet
author Chris Cannam
date Mon, 04 Feb 2019 09:41:07 +0000
parents c7f2b178d220
children ce1b4bafe719
comparison
equal deleted inserted replaced
342:c7f2b178d220 343:3c01ac72c943
1 rem Run this from within the top-level SV dir: deploy\win64\build-32.bat 1 rem Run this from within the top-level SV dir: deploy\win64\build-32.bat
2 rem To build from clean, delete the folder build_win32 2 rem To build from clean, delete the folder build_win32
3 3
4 set STARTPWD=%CD% 4 set STARTPWD=%CD%
5 5
6 set QTDIR=C:\Qt\5.11.3\mingw53_32 6 set QTDIR=C:\Qt\5.11.2\mingw53_32
7 if not exist %QTDIR% ( 7 if not exist %QTDIR% (
8 @ echo Could not find 32-bit Qt 8 @ echo Could not find 32-bit Qt
9 @ exit /b 2 9 @ exit /b 2
10 ) 10 )
11 11