declarative-sfw-dialer.pro Example Filedeclarative-sfw-dialer/declarative-sfw-dialer/declarative-sfw-dialer.proinclude(declarative-sfw-dialer.pri) include(deployment.pri) INCLUDEPATH += ../../../src/serviceframework DEPENDPATH += ../../../src/serviceframework QT += declarative network script SOURCES += qmldialer.cpp TARGET = qmldialer RESOURCES += declarative-sfw-dialer.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
|