QtMobility Reference Documentation

declarative-sfw-dialer.pro Example File

declarative-sfw-dialer/declarative-sfw-dialer/declarative-sfw-dialer.pro
 include(../../mobility_examples.pri)

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

 QT += declarative network script
 SOURCES += qmldialer.cpp
 TARGET = qmldialer
 TEMPLATE = app
 RESOURCES += declarative-sfw-dialer.qrc

 CONFIG += mobility
 MOBILITY += serviceframework

 symbian {
     TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
 }

 contains(MEEGO_EDITION,harmattan) {
     target.path = /opt/declarative-sfw-dialer/bin
     INSTALLS += target
 }
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.