From d7da36ea8e2dff28dc850a5dc0f191d926b09250 Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 10:56:44 +0000 Subject: [PATCH] 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. --- clean_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean_build.bat b/clean_build.bat index b1f0410c..8d241926 100644 --- a/clean_build.bat +++ b/clean_build.bat @@ -3,7 +3,7 @@ REM defaults - override them by creating a build_env.bat file set B_BUILD_TYPE=Debug 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_BONJOUR=C:\Program Files\Bonjour SDK