Set QT Version To 5.11.2

5.11.1 is not available in the AppVeyor build system.  I would favor
making what works on the CI the default as it guarantees everyone a
working starting point.  Updating the variables set in clean_build.bat
to reflect that.
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 10:56:44 +00:00
parent 827cc1937a
commit d7da36ea8e
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
REM defaults - override them by creating a build_env.bat file REM defaults - override them by creating a build_env.bat file
set B_BUILD_TYPE=Debug set B_BUILD_TYPE=Debug
set B_QT_ROOT=C:\Qt set B_QT_ROOT=C:\Qt
set B_QT_VER=5.11.1 set B_QT_VER=5.11.2
set B_QT_MSVC=msvc2017_64 set B_QT_MSVC=msvc2017_64
set B_BONJOUR=C:\Program Files\Bonjour SDK set B_BONJOUR=C:\Program Files\Bonjour SDK