From b5f202150e83834b6d1f6b844506ee576c99f864 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 2 Aug 2020 23:08:12 -0700 Subject: [PATCH] Update Windows AppVeyor builds to Qt 5.15 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 05f0885d..646fd756 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,12 +5,12 @@ clone_depth: 1 environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - QTDIR: C:\Qt\5.14\msvc2017_64 + QTDIR: C:\Qt\5.15\msvc2019_64 ARCH: x64 - APPVEYOR_BUILD_WORKER_IMAGE: macOS BUILD_TARGET: macos - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - QTDIR: C:\Qt\5.14\msvc2017 + QTDIR: C:\Qt\5.15\msvc2019 ARCH: x86 - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1604 BUILD_TARGET: steamlink