QtMobility Reference Documentation

mapviewer.pro Example File

declarative-location/mapviewer/mapviewer.pro
 include (../../mobility_examples.pri)

 QT += declarative network
 SOURCES += qmlmapviewer.cpp

 TARGET = qml_mapviewer
 TEMPLATE=app

 win32 {
     #required by Qt SDK to resolve Mobility libraries
     CONFIG+=mobility
     MOBILITY+=location
 }

 symbian {
     TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }

 RESOURCES += \
     mapviewer.qrc
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.