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.
Printable View
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: [url]http://doc.qt.digia.com/qtmobility-1.2.0/qbluetoothsocket.html[/url] 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: [url]http://qt-project.org/wiki/Category:Qt-Supported-Platforms[/url]
from there you could get to: [url]https://www.developer.nokia.com/Devices/MeeGo/[/url] and see that N9 supports 1.2
OK this seems like a good link [url]http://doc.qt.digia.com/qtmobility-1.2/index.html#platform-[/url] 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,