Is there anyway to run the BT chat example or just use the BT APIs for MacOSX or Maemo?
for example:
#include <qbluetoothserviceinfo.h>
#include <qbluetoothsocket.h>
Thanks.
Is there anyway to run the BT chat example or just use the BT APIs for MacOSX or Maemo?
for example:
#include <qbluetoothserviceinfo.h>
#include <qbluetoothsocket.h>
Thanks.
You could check docs for the API, at least for me it looks that: http://doc.qt.digia.com/qtmobility-1...othsocket.html its part of the 1.2 mobility, so any platform supporting mobility version 1.2 would be suited target for it. MaxOS is not one of them.
OK thanks.
How do I know what supports mobility 1.2? I did not see that.
good place to start would be: http://qt-project.org/wiki/Category:...rted-Platforms
from there you could get to: https://www.developer.nokia.com/Devices/MeeGo/ and see that N9 supports 1.2
OK this seems like a good link http://doc.qt.digia.com/qtmobility-1...html#platform- compatibility
Some MacOS support and Maemo. BTW I thought that I should have QT mobility as part of the SDK, is that right? I think my error is that I do not even have that. So in my .pro file I have
INCLUDEPATH += ../../src/connectivity/bluetooth
DEPENDPATH += ../../src/connectivity/bluetooth
In my SDK I do not have this path.
I would not think that the Bluetooth would be included in Mac OS, anyway, do check the examples on how to include the API into a project and try it out. Note that you might want to check the SDK updater and manually select any additionally needed modules,