Build Windows against Qt 6.9 in CI

This commit is contained in:
Cameron Gutman
2025-10-10 00:39:17 -05:00
parent 5dca30def1
commit 749c69fc76
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ clone_depth: 1
environment: environment:
matrix: matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
QTDIR: C:\Qt\6.8 QTDIR: C:\Qt\6.9
- APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma - APPVEYOR_BUILD_WORKER_IMAGE: macOS-Sonoma
BUILD_TARGET: macos BUILD_TARGET: macos
QTDIR: Qt/6.6 QTDIR: Qt/6.6
+3 -3
View File
@@ -1,5 +1,5 @@
[DevicePaths] [DevicePaths]
Prefix=C:/Qt/Qt-6.8 Prefix=C:/Qt/Qt-6.9
[Paths] [Paths]
Prefix=../ Prefix=../
Documentation=./doc Documentation=./doc
@@ -24,5 +24,5 @@ Sysroot=
SysrootifyPrefix=false SysrootifyPrefix=false
TargetSpec=win32-arm64-msvc TargetSpec=win32-arm64-msvc
HostSpec= HostSpec=
Documentation=../../Docs/Qt-6.8 Documentation=../../Docs/Qt-6.9
Examples=../../Examples/Qt-6.8 Examples=../../Examples/Qt-6.9