Build Windows against Qt 6.9 in CI

This commit is contained in:
Cameron Gutman 2025-10-10 00:39:17 -05:00
commit 749c69fc76
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ clone_depth: 1
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
QTDIR: C:\Qt\6.8
QTDIR: C:\Qt\6.9
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
BUILD_TARGET: macos
QTDIR: Qt/6.6

View file

@ -1,5 +1,5 @@
[DevicePaths]
Prefix=C:/Qt/Qt-6.8
Prefix=C:/Qt/Qt-6.9
[Paths]
Prefix=../
Documentation=./doc
@ -24,5 +24,5 @@ Sysroot=
SysrootifyPrefix=false
TargetSpec=win32-arm64-msvc
HostSpec=
Documentation=../../Docs/Qt-6.8
Examples=../../Examples/Qt-6.8
Documentation=../../Docs/Qt-6.9
Examples=../../Examples/Qt-6.9