From a18fa71fe1849b2566182a81c732551635da408c Mon Sep 17 00:00:00 2001 From: fourtf Date: Sat, 5 Oct 2019 15:48:21 +0200 Subject: [PATCH] upgraded qt to 5.12.4 in appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e2b673c6..6458df8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: git submodule update --init --recursive - set QTDIR=C:\Qt\5.11\msvc2017_64 + set QTDIR=C:\Qt\5.12.4\msvc2017_64 set PATH=%PATH%;%QTDIR%\bin