mapviewer.pro Example File
declarative-location/mapviewer/mapviewer.pro
QT += declarative network
SOURCES += $$PWD/qmlmapviewer.cpp
include($$PWD/../declarative-location.pri)
include($$PWD/deployment.pri)
TARGET = qml_mapviewer
symbian {
TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
}
[+] Documentation Feedback