Use native path for host_qt_bindir

Task-number: QTBUG-109271
Change-Id: I85fe825ee49f21caea9c973b3a3ee9bf1449fab6
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Amir Masoud Abdol 2022-12-08 09:55:35 +01:00
parent a0d3cae7ca
commit 270a2f7ee2

View File

@ -159,6 +159,7 @@ HostSpec=${QT_QMAKE_HOST_MKSPEC}
endif()
set(host_qt_bindir "${host_prefix}/${QT${PROJECT_VERSION_MAJOR}_HOST_INFO_BINDIR}")
file(TO_NATIVE_PATH "${host_qt_bindir}" host_qt_bindir)
if(QT_CREATE_VERSIONED_HARD_LINK)
set(tool_version "${PROJECT_VERSION_MAJOR}")