How to install the Qt mobility?

10,022

Solution 1

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.

Solution 2

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

Share:
10,022
Naruto
Author by

Naruto

Updated on June 26, 2022

Comments

  • Naruto
    Naruto about 2 years

    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