Windows: Use Qt 5.12.6 for CI builds

This commit is contained in:
Felix Kauselmann 2019-11-20 15:29:39 +01:00
parent 0ccdc8073a
commit d74d1c52ef
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
parameters:
name: Windows_x64
architecture: 'x64'
qt_version: '5.12.4'
qt_version: '5.12.6'
qt_spec: 'msvc2017_64'
qt_aqt_spec: 'win64_msvc2017_64'
vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572'

View File

@ -96,7 +96,7 @@ jobs:
parameters:
name: Windows_x64
architecture: 'x64'
qt_version: '5.12.4'
qt_version: '5.12.6'
qt_spec: 'msvc2017_64'
qt_aqt_spec: 'win64_msvc2017_64'
vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572'
@ -106,7 +106,7 @@ jobs:
parameters:
name: Windows_x86
architecture: 'x86'
qt_version: '5.12.4'
qt_version: '5.12.6'
qt_spec: 'msvc2017'
qt_aqt_spec: 'win32_msvc2017'
vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746571'
@ -169,4 +169,3 @@ jobs:
tagSource: 'manual'
tag: $(VERSION)
addChangeLog: false