From 50c8ec8fd97e4b7bfe5cd50fa1cce32cffc28c0d Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Tue, 6 Feb 2018 17:00:26 +0100 Subject: [PATCH] Bump Qt to 5.10.1 and openssl to 1.1.0g on AppVeyor --- appveyor.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.ini b/appveyor.ini index 514866e746..b03cec93d1 100644 --- a/appveyor.ini +++ b/appveyor.ini @@ -9,7 +9,8 @@ Command=craft #Values need to be overwritten to create a chache UseCache = True CreateCache = False -QtVersion = 5.9.3 +QtVersion = 5.10.1 +OpenSslVersion = 1.1.0g CacheVersion = Qt_${Variables:QtVersion} # Settings applicable for all Crafts matrices @@ -39,6 +40,7 @@ ContinuousIntegration/Enabled = True python-modules.ignored = True libs/qt5.version = ${Variables:QtVersion} +win32libs/openssl.version = ${Variables:OpenSslVersion} craft/craft-core.version = master [windows-msvc2017_64-cl]