comparison deploy/win64/build-32.bat @ 340:14b635c1a14a bqaudiostream

Win fixes
author Chris Cannam
date Thu, 31 Jan 2019 15:24:38 +0000
parents e16e4cda23b9
children
comparison
equal deleted inserted replaced
339:f5a291b1f541 340:14b635c1a14a
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.0\mingw53_32 6 set QTDIR=C:\Qt\5.11.3\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
36 copy %QTDIR%\plugins\platforms\qminimal.dll .\release 36 copy %QTDIR%\plugins\platforms\qminimal.dll .\release
37 copy %QTDIR%\plugins\platforms\qwindows.dll .\release 37 copy %QTDIR%\plugins\platforms\qwindows.dll .\release
38 38
39 .\release\test-svcore-base 39 .\release\test-svcore-base
40 .\release\test-svcore-system 40 .\release\test-svcore-system
41 .\release\test-svcore-data-fileio
42 41
43 set PATH=%ORIGINALPATH% 42 set PATH=%ORIGINALPATH%