PDA

View Full Version : Where is the Qbluetooth file located?



nachiket bora
8th April 2011, 11:46
I am unable to locate the QBluetooth file in Qtcreator. Hence where can I find it as it is required for my File transfer project. I also tried Mobility Libraries.

wysota
8th April 2011, 11:54
There is no such file in any of the stable releases of Qt. As far as I remember QBluetooth will be part of QtMobility version that is not yet released.

MarekR22
8th April 2011, 11:56
First of all you have to have Qt Mobility in version 1.2, as far as I know it is not official yet, not even RC! There is RC for version 1.1.2 (http://labs.qt.nokia.com/2011/04/06/qt-sdk-1-1-rc-released/) (announced two days ago).
So if you what try it remember that you don't have warranty on any kind of compability and yuo have to build it yourself (take it from gitorios).

nachiket bora
9th April 2011, 06:45
There is no such file in any of the stable releases of Qt. As far as I remember QBluetooth will be part of QtMobility version that is not yet released.

I wish to perform Bluetooth file trasfer operations so how do I proceed with it?
I need libraries and code for it. Any help.

wysota
9th April 2011, 08:52
What platform?

nachiket bora
11th April 2011, 08:57
What platform?

I am using Fedora 13 (Linux).

wysota
11th April 2011, 10:20
Have a look at Bluez. It's the Linux bluetooth stack.