MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

poster.pro Example File

declarative-connectivity/poster/poster.pro
 include(../../mobility_examples.pri)

 QT += declarative network

 SOURCES += \
     qmlposter.cpp

 TARGET = qml_poster
 TEMPLATE = app

 symbian {
     TARGET.CAPABILITY = LocalServices
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }

 RESOURCES += \
     poster.qrc

 OTHER_FILES += \
     poster.qml