Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-32.bat @ 1841:9f26f92bf89f
Update for Qt 5.11; some more error-handling, + ensure clean build in rebuild script
author | Chris Cannam |
---|---|
date | Tue, 05 Jun 2018 16:24:08 +0100 |
parents | fdcd956b5d32 |
children | 69b7ee11e9ab 8c3fa4e61847 |
comparison
equal
deleted
inserted
replaced
1839:fdcd956b5d32 | 1841:9f26f92bf89f |
---|---|
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.10.1\mingw53_32 | 6 set QTDIR=C:\Qt\5.11.0\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 | 9 @ exit /b 2 |
10 ) | 10 ) |
11 | 11 |
12 set ORIGINALPATH=%PATH% | 12 set ORIGINALPATH=%PATH% |
13 set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin;C:\Qt\Tools\mingw530_32\bin | 13 set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin;C:\Qt\Tools\mingw530_32\bin |
14 | 14 |