Fix CI build errors
This commit is contained in:
parent
fe9282e7d9
commit
de30eeaa66
4 changed files with 7 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
%QTDIR_ARM64%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
%QTDIR%\msvc2019_64\bin\qmake.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
%QTDIR_ARM64%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
%QTDIR%\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[DevicePaths]
|
||||
Prefix=C:/Qt/Qt-6.5
|
||||
Prefix=C:/Qt/Qt-6.7
|
||||
[Paths]
|
||||
Prefix=../
|
||||
Documentation=./doc
|
||||
|
|
@ -24,5 +24,5 @@ Sysroot=
|
|||
SysrootifyPrefix=false
|
||||
TargetSpec=win32-arm64-msvc
|
||||
HostSpec=
|
||||
Documentation=../../Docs/Qt-6.5
|
||||
Examples=../../Examples/Qt-6.5
|
||||
Documentation=../../Docs/Qt-6.7
|
||||
Examples=../../Examples/Qt-6.7
|
||||
Loading…
Add table
Add a link
Reference in a new issue