From 492c843e5ca33012fffb628370eb957074237008 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 23 Oct 2021 00:15:05 -0600 Subject: [PATCH] update qt version to one supported by appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c023b15..ef0d4a8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ before_build: - cd C:\ - mkdir %arch% - cd %arch% - - cmake -G "Visual Studio 16 2019" -A "%platform%" -DQt5_DIR="C:\Qt\5.13\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DVERSION="" ../Textractor + - cmake -G "Visual Studio 16 2019" -A "%platform%" -DQt5_DIR="C:\Qt\5.15\%qtbin%\lib\cmake\Qt5" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DVERSION="" ../Textractor build: project: C:\%arch%\Textractor.sln