From e88963e0d373537f215b0d33c4a369a6f29150b5 Mon Sep 17 00:00:00 2001 From: Danny Edel Date: Mon, 4 Apr 2016 19:33:15 +0200 Subject: [PATCH] AppVeyor/MSVC: Use Windows XP profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should™ only use Windows functions that are available as of windows xp. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6d1d223f..b59ef80f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ before_build: - cmd: cd \projects\dspdfviewer\build - cmd: > cmake .. - -G "Visual Studio 12 2013" + -G "Visual Studio 12 2013" -T v120_xp -DUseQtFive=ON -DUsePrerenderedPDF=ON -DBoostStaticLink=ON