Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
1.16.0
-
None
-
-
e8b186610738a16fe8ddaacd39797d863828c7aa (qbs/qbs/1.18)
Description
The QT_HOST_BINS key is set to /home/raph/Qt/6.0.0/gcc_64/bin for android whereas previous versions (5.13, 514, 5.15) set it to /home/raph/Qt/5.13.2/android_armv7/bin
The QT_INSTALL_BINS key is properly set to /home/raph/Qt/6.0.0/android_armv7/bin
This affects how qbs sets up the qt module because it first tries to get the QT_HOST_BINS and if empty tries the QT_INSTALL_BINS.
If the change of behaviour is normal then the qbs code will have to be updated.