From ab61344a34fea54d540afbff875abe92d68cf529 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Mon, 28 Jun 2021 21:31:38 +0200 Subject: .appveyor.yml: use an existing Qt 5.9 config --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5876e94b..f6c04580 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ image: Visual Studio 2017 environment: CMAKE_ARGS: '-G "NMake Makefiles JOM" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' matrix: - - QTDIR: C:\Qt\5.9\msvc2017 # Oldest supported Qt, 32-bit + - QTDIR: C:\Qt\5.9\msvc2017_64 # Oldest supported Qt, 64-bit VCVARS: "vcvars32.bat" PLATFORM: x86 - QTDIR: C:\Qt\5.13\msvc2017 # Fresh Qt, 32-bit -- cgit v1.2.3