qtmobility/examples/declarative/demo/demo.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/declarative/demo/demo.pro	Fri Apr 16 15:51:22 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-TEMPLATE=app
-TARGET=sfw-kinetic-example
-INCLUDEPATH += ../../../src/serviceframework
-
-include(../../examples.pri)
-
-QT += gui declarative
-
-# Input 
-HEADERS += ../sfwexample.h
-SOURCES += ../sfwexample.cpp \
-           ../main.cpp
-
-CONFIG += mobility
-MOBILITY = serviceframework
-
-symbian {
-    TARGET.CAPABILITY = ALL -TCB
-}