On Thu, 10 Oct 2013 09:41:28 Ramakanthreddy Kesireddy wrote:
> Thanks for your mail.
> I build Qt5.2 alpha sources successfully on ubuntu 12.04 32 bit desktop
> linux. However, all the modules are present in  qtbase/mkspecs/modules
> except connectivity modules like bluetooth and NFC.
> 
> Are there any dependencies to ensure bluetooth module present in
> qtbase/mkspecs/modules?

The top level qt.pro says that qtconnectivity requires qtsystems. Has that 
been built? The Bluetooth module requires the bluez development files.

apt-get install libbluetooth-dev

Cheers,

-- 
Aaron McCarthy
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to