The answer is here:
[Can I link against shared libraries which I ship with the app together in the same RPM? ](https://harbour.jolla.com/faq#6.3.0)
Basically you have to put libQt5Bluetooth.so.5 in /usr/share/harbour-obdfish/lib/ with the installation routine and set the rpath in your pro file
QMAKE_RPATHDIR += /usr/share/$${TARGET}/lib
↧