Bump Qt to 5.10.1 and openssl to 1.1.0g on AppVeyor

This commit is contained in:
Dominik Schmidt 2018-02-06 17:00:26 +01:00 committed by Olivier Goffart
parent 2e2ffca9e2
commit 50c8ec8fd9

View File

@ -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]