How do I get the Bluetooth libraries to work in Qt 4.4? I include them in my source files:
#include <QBluetoothAbstractService>
but when I run qmake to compile I get "unidentified reference" errors to the Bluetooth classes.

Do I need to add something to my qmake.pro file so It sees the Bluetooth libraries?

Any help is much appreciated.