Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
1.16.0
-
None
-
-
e8b186610738a16fe8ddaacd39797d863828c7aa (qbs/qbs/1.18)
Description
When working with QBS, androiddeployqt calls qmlimportscanner using this path:
QT_INSTALL_DIR/bin/qmlimportscanner
With Qt6 the host tools are not installed in the installation directory but in the host one.
The install directory is passed to androiddeployqt from the "qt" option in the JSON input file.
I guess another option needs to be added for the host tools directory.