removed win xp support; update qt to 5.9 for win 32bit (#2975)

This commit is contained in:
ctrlaltca 2017-12-19 09:09:20 +01:00 committed by GitHub
parent 5b8e0dc8ec
commit 3af2be4539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@ environment:
cmake_generator: Visual Studio 14 2015 Win64
cmake_toolset: v140,host=x64
target_arch: x86_64
- qt_ver: 5.6\msvc2015 # last version compatible with Windows XP, Vista
- qt_ver: 5.9\msvc2015
protobuf_ver: 3.4.1
zlib_ver: 1.2.11
cmake_generator: Visual Studio 14 2015
cmake_toolset: v140_xp # use the windows XP compatible toolset
cmake_toolset: v140
target_arch: x86
install: