declarative-sfw-notes.pro Example Filedeclarative-sfw-notes/declarative-sfw-notes.proinclude(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 } © 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|