mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 14:40:56 +00:00
Build Windows against Qt 6.9 in CI
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user