Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.4.0 Beta2, 6.4.0 RC1
-
None
-
-
23084bc71b (qtsdk/tqtc-qtsdk/master)
Description
In my qt installation for "MSVC 2019 ARM64" qtpaths.bat contains the following lines
@echo off
C:/Qt2/6.4.0/msvc2019_arm64/bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*
As this configuration is a cross build there is no qtpaths.exe for this installation. Instead qtpaths.bat should reference qtpaths.exe from its host equivalent so the lines should like this
@echo off
C:\Qt2\6.4.0\msvc2019_64\bin\qtpaths.exe -qtconf "%~dp0\target_qt.conf" %*