Qt Mobility Reference Documentation

declarative-sfw-notes.pro Example File

declarative-sfw-notes/declarative-sfw-notes.pro
 include(declarative-sfw-notes.pri)
 include(deployment.pri)

 INCLUDEPATH += ../../src/serviceframework
 DEPENDPATH += ../../src/serviceframework

 QT += declarative network script
 SOURCES += qmlnotes.cpp
 TARGET = qmlnotes
 RESOURCES += declarative-sfw-notes.qrc

 CONFIG += mobility
 MOBILITY += serviceframework

 symbian {
     TARGET.CAPABILITY = NetworkServices Location ReadUserData WriteUserData
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }
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.