From aad45092ae48f243ba20915b9b7c7d09f2407fa1 Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Date: Wed, 30 May 2018 12:40:12 -0300 Subject: [PATCH] Fix Windows CI Builds Qt 5.9.4 was replaced by Qt 5.9.5 on May 16 (https://www.appveyor.com/updates/2018/05/16/), test the change to 5.9 symlink to avoid future problems. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 56a005524..e6488dd1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,9 +2,9 @@ version: ci.{build} image: Visual Studio 2015 clone_depth: 1 init: -# Setup QT 5.9.4 - 64Bit +# Setup QT 5.9 - 64Bit -- set QTDIR=C:\Qt\5.9.4\msvc2015_64 +- set QTDIR=C:\Qt\5.9\msvc2015_64 - set PATH=%QTDIR%\bin;%PATH% # Setup MSVC - VS 2015