# HG changeset patch # User Chris Cannam # Date 1549273267 0 # Node ID 3c01ac72c943fe0f2f99cf230b46afdfb466acba # Parent c7f2b178d2206752c26bc7b916e5c8768db765a4 Seems AppVeyor still doesn't have Qt 5.11.3 yet diff -r c7f2b178d220 -r 3c01ac72c943 deploy/win/build-32.bat --- a/deploy/win/build-32.bat Mon Feb 04 09:04:01 2019 +0000 +++ b/deploy/win/build-32.bat Mon Feb 04 09:41:07 2019 +0000 @@ -3,7 +3,7 @@ set STARTPWD=%CD% -set QTDIR=C:\Qt\5.11.3\mingw53_32 +set QTDIR=C:\Qt\5.11.2\mingw53_32 if not exist %QTDIR% ( @ echo Could not find 32-bit Qt @ exit /b 2