Hello Friends, I have just configure QtMobility for my project and I have some questions about configurations.
>First question is, can I use QtMobility and Mobile extension togeather?
>Is QtMobility can be configured for both Qt 4.6.2 and 4.6.3, but I have single installation of S60 5th Edition. My default compiling version is 4.6.3. I did it but I have doubt about that!
>I have tried to develop application(up to step 5) on http://www.forum.nokia.com/document/...ion/03_01.html, which is working well on emulator but it's not working on device.
Generted makefile is as under. Do I need to make any changes to run on device? Both QtMobility and Qt4.6.3 are installed on same drive.
CONFIG += mobility
MOBILITY = location
TEMPLATE = app
TARGET = LocationAPIExample
QT += core \
gui \
network
HEADERS += mainwindow.h \
LocationAPIExample.h
SOURCES += mainwindow.cpp \
LocationAPIExample_reg.rss \
main.cpp \
LocationAPIExample.cpp
FORMS += LocationAPIExample.ui
RESOURCES +=
symbian:TARGET.UID3 = 0xEA79CE91
symbian: {
TARGET.CAPABILITY = NetworkServices \
Location
}
Testing Device: Nokia 5800 Music Express
Qt Version: Qt 4.6.3
Qt Mobility Version: symbian-opensource-1.0.1
S60: 5th EditionSDKv1.0
Development OS:WIndows XP
Thank you very much, if some one can help me.

.



