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:
parent
827cc1937a
commit
d7da36ea8e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue