qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro
changeset 11 06b8e2af4411
parent 8 71781823f776
child 14 6fbed849b4f4
--- a/qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro	Thu May 27 13:42:11 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-TEMPLATE = app
-TARGET = declarative-sfw-dialer
-INCLUDEPATH += ../../../src/serviceframework
-
-include(../../examples.pri)
-
-QT += gui declarative
-
-HEADERS += sfwexample.h \
-           qdeclarativeservice.h
-SOURCES += sfwexample.cpp \
-           qdeclarativeservice.cpp \
-           main.cpp
-
-CONFIG += mobility
-MOBILITY = serviceframework
-
-RESOURCES += resource.qrc
-
-symbian {
-    TARGET.CAPABILITY = ALL -TCB
-}