--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/declarative-sfw-dialer/landlinedialer/landlinedialer.pro Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,23 @@
+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_PREFIX/bin/xmldata
+xml.files = landlinedialerservice.xml
+INSTALLS += xml