mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-22 16:08:45 +00:00
Fix MSVC binary path in CI for Qt 6.8
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
%QTDIR%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
%QTDIR%\msvc2022_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
%QTDIR%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
%QTDIR%\msvc2022_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[DevicePaths]
|
||||
Prefix=C:/Qt/Qt-6.7
|
||||
Prefix=C:/Qt/Qt-6.8
|
||||
[Paths]
|
||||
Prefix=../
|
||||
Documentation=./doc
|
||||
@@ -15,14 +15,14 @@ Translations=./translations
|
||||
Examples=examples
|
||||
Tests=tests
|
||||
Settings=etc/xdg
|
||||
HostPrefix=../../msvc2019_64
|
||||
HostPrefix=../../msvc2022_64
|
||||
HostBinaries=bin
|
||||
HostLibraries=lib
|
||||
HostLibraryExecutables=./bin
|
||||
HostData=../msvc2019_arm64
|
||||
HostData=../msvc2022_arm64
|
||||
Sysroot=
|
||||
SysrootifyPrefix=false
|
||||
TargetSpec=win32-arm64-msvc
|
||||
HostSpec=
|
||||
Documentation=../../Docs/Qt-6.7
|
||||
Examples=../../Examples/Qt-6.7
|
||||
Documentation=../../Docs/Qt-6.8
|
||||
Examples=../../Examples/Qt-6.8
|
||||
Reference in New Issue
Block a user