Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.14.1
-
None
-
-
e130e492ebe6ad266a74df7b7d5efdef55dc0ff7
Description
When trying to build an android application against Qt 5.14.2 I get the following error (and a bunch of similar ones for every Qt module):
WARNING: Could not open prl file '/opt/Qt/5.14.2/android/lib/libQt5ThemeSupport.prl' for module 'QtThemeSupport' (Error: Unable to open file '/opt/Qt/5.14.2/android/lib/libQt5ThemeSupport.prl': No such file or directory), and failed to deduce the library file path. This module will likely not be usable by qbs.
The prl files do exist in this directory, but have architecture strings appended to them, such as libQt5Core_arm64-v8a.prl and libQt5Core_armeabi-v7a.prl
Looking through the qbs source code, it appears that the function doSetupLibraries in setup-qt.js just needs to be updated to allow for these renamed prl files.