removed win xp support; update qt to 5.9 for win 32bit (#2975)
This commit is contained in:
parent
5b8e0dc8ec
commit
3af2be4539
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue