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