views:

279

answers:

2

Hi, i have installed Qt 4.6.2 and developing the application for symbian. Now i want use Qt mobility API for accessing the contacts.. how can i install the Qt mobility and acces the API..

my build environment is windows XP :)

Thanks

+1  A: 

It would be best to use the (almost-final) Nokia Qt SDK. It includes everything you need, without any additional hassle.

It is a RC, the last stage before a stable release: link

rubenvb
And its been final for some time now - use it, its a huge step forward!
Tuminoid
+1  A: 

Download the source + Symbian binary package from http://qt.nokia.com/products/appdev/add-on-products/catalog/4/new-qt-apis/mobility and unzip one of the contained qt-mobility-1.0.0-epoc32 packages to your epocroot. You may also want to install convenienceheaders.zip package to get nice Qt style headers. The download package also contains SIS files for installing the Qt Mobility libraries to target devices.

laalto
Thanks, i will follow up..
Shadow