Mercurial > hg > sonic-visualiser
diff 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 |
line wrap: on
line diff
--- a/deploy/win64/build-32.bat Tue Jun 05 13:32:28 2018 +0100 +++ b/deploy/win64/build-32.bat Tue Jun 05 16:24:08 2018 +0100 @@ -3,10 +3,10 @@ set STARTPWD=%CD% -set QTDIR=C:\Qt\5.10.1\mingw53_32 +set QTDIR=C:\Qt\5.11.0\mingw53_32 if not exist %QTDIR% ( @ echo Could not find 32-bit Qt -@ exit /b +@ exit /b 2 ) set ORIGINALPATH=%PATH%