Qt Mobility Reference Documentation

landlinedialer.pro Example File

declarative-sfw-dialer/landlinedialer/landlinedialer.pro
 TEMPLATE = lib
 CONFIG += plugin
 INCLUDEPATH += ../../../src/serviceframework
 PLUGIN_TYPE = serviceframework
 TARGET = serviceframework_landlinedialerservice
 include(../../examples.pri)

 QT += gui

 # Input
 HEADERS += landlinedialer.h landlinedialerplugin.h
 SOURCES += landlinedialer.cpp landlinedialerplugin.cpp

 CONFIG += mobility
 MOBILITY = serviceframework

 symbian {
     TARGET.CAPABILITY = ALL -TCB
 }

 xml.path = $$QT_MOBILITY_EXAMPLES/xmldata
 xml.files = landlinedialerservice.xml
 INSTALLS += xml
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.