Qt Quick Components

flickr.pro Example File

demos/flickr/flickr.pro
 TEMPLATE = app
 QT += network declarative

 SOURCES += main.cpp
 RESOURCES += flickr.qrc

 symbian {
     TARGET.EPOCHEAPSIZE = 0x400000 0x6000000 #64MB
     TARGET.CAPABILITY += NetworkServices
     ICON = flickr.svg
     export(ICON)
 }

 OTHER_FILES += \
     qml/*.qml \
     qml/*.js \
     qml/images/* \
     *.svg