@harry: I am using the QTBluetooth lib from github and included it in my pro file like you mentioned.
My app still works fine, everything OK.
Problem is, the app still failes the harbour validator.
I get the following error: ERROR [/usr/bin/harbour-obdfish] Cannot link to shared library: libQt5Bluetooth.so.5 INFO [/usr/bin/harbour-obdfish] Please see our FAQ here: https://harbour.jolla.com/faq#Shared_Libraries I have this in my spec file: %define __requires_exclude ^libQt5Bluetooth.*$ My code is [here](https://github.com/jdrescher2006/OBDFish).
My app still works fine, everything OK.
Problem is, the app still failes the harbour validator.
I get the following error: ERROR [/usr/bin/harbour-obdfish] Cannot link to shared library: libQt5Bluetooth.so.5 INFO [/usr/bin/harbour-obdfish] Please see our FAQ here: https://harbour.jolla.com/faq#Shared_Libraries I have this in my spec file: %define __requires_exclude ^libQt5Bluetooth.*$ My code is [here](https://github.com/jdrescher2006/OBDFish).