How to install Qt mobility?

I installed Qt 4.6.2 and developed a symbian application. Now I want to use the Qt mobility API to access contacts .. how can I set Qt mobility and access the API ..

my build environment is Windows XP :)

thank

+3
source share
2 answers

Download the Symbian source + 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 packages. 0-epoc32 to your epic. You can also install the comfortheaders.zip package to get good Qt style headers. The download package also contains SIS files for installing Qt Mobility libraries for target devices.

+2
source

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

This is RC, the last step before the stable release: link

+1
source

Source: https://habr.com/ru/post/1749598/


All Articles