Qt Mobility Reference Documentation

landmarkmap.pro Example File

declarative-location/landmarkmap/landmarkmap.pro
 QT += declarative network
 SOURCES += $$PWD/qmllandmarkmap.cpp
 include($$PWD/../declarative-location.pri)
 include($$PWD/deployment.pri)

 TARGET = qml_landmarkmap

 symbian {
     TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }
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.