Build Windows against Qt 6.9 in CI
This commit is contained in:
parent
5dca30def1
commit
749c69fc76
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue