Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-64.bat @ 2103:d84a0783ce11
AppVeyor updated to 5.11.2 I see
author | Chris Cannam |
---|---|
date | Thu, 15 Nov 2018 09:03:51 +0000 |
parents | 555e3add86b2 |
children | b483f46e53eb |
comparison
equal
deleted
inserted
replaced
2102:05f69f7d1fbb | 2103:d84a0783ce11 |
---|---|
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.11.1\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 |