QtMobility Reference Documentation

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
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.