From 3af2be45399f5f9a29991aed58ca43a0fc89de81 Mon Sep 17 00:00:00 2001 From: ctrlaltca Date: Tue, 19 Dec 2017 09:09:20 +0100 Subject: [PATCH] removed win xp support; update qt to 5.9 for win 32bit (#2975) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c09b1ddd..4df48677 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: