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]