use Qt 5.12 LTS (#3732)
This commit is contained in:
parent
fd8bf66acd
commit
a80f3b77da
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ cache:
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- target_arch: win64
|
- target_arch: win64
|
||||||
qt_ver: 5.9\msvc2017_64
|
qt_ver: 5.12\msvc2017_64
|
||||||
cmake_generator: Visual Studio 15 2017 Win64
|
cmake_generator: Visual Studio 15 2017 Win64
|
||||||
cmake_toolset: v141,host=x64
|
cmake_toolset: v141,host=x64
|
||||||
vcpkg_arch: x64
|
vcpkg_arch: x64
|
||||||
|
|
||||||
- target_arch: win32
|
- target_arch: win32
|
||||||
qt_ver: 5.9\msvc2015 # Qt doesn't provide a msvc2017_32
|
qt_ver: 5.12\msvc2017
|
||||||
cmake_generator: Visual Studio 15 2017
|
cmake_generator: Visual Studio 15 2017
|
||||||
cmake_toolset: v141
|
cmake_toolset: v141
|
||||||
vcpkg_arch: x86
|
vcpkg_arch: x86
|
||||||
|
|
Loading…
Reference in a new issue