mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Fix ARM64 builds in AppVeyor
We have to replace some files that were built with incorrect paths
This commit is contained in:
2
scripts/appveyor/qmake.bat
Normal file
2
scripts/appveyor/qmake.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
%QTDIR_ARM64%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
2
scripts/appveyor/qtpaths.bat
Normal file
2
scripts/appveyor/qtpaths.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
%QTDIR_ARM64%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
15
scripts/appveyor/target_qt.conf
Normal file
15
scripts/appveyor/target_qt.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
[DevicePaths]
|
||||
Prefix=C:/Qt/Qt-6.4.3
|
||||
[Paths]
|
||||
Prefix=../
|
||||
HostPrefix=../../msvc2019_64
|
||||
HostBinaries=bin
|
||||
HostLibraries=lib
|
||||
HostLibraryExecutables=./bin
|
||||
HostData=../msvc2019_arm64
|
||||
Sysroot=
|
||||
SysrootifyPrefix=false
|
||||
TargetSpec=win32-arm64-msvc
|
||||
HostSpec=
|
||||
Documentation=../../Docs/Qt-6.4.3
|
||||
Examples=../../Examples/Qt-6.4.3
|
||||
Reference in New Issue
Block a user