qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro
changeset 4 90517678cc4f
child 5 453da2cfceef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro	Mon May 03 13:18:40 2010 +0300
@@ -0,0 +1,26 @@
+TEMPLATE=app
+TARGET=declarative-sfw-dialer
+INCLUDEPATH += ../../../src/serviceframework
+
+include(../../examples.pri)
+
+QT += gui declarative
+
+# Input 
+HEADERS += sfwexample.h
+SOURCES += sfwexample.cpp \
+           main.cpp
+
+CONFIG += mobility
+MOBILITY = serviceframework
+
+RESOURCES += resource.qrc
+
+symbian {
+    # There are platsec warnings about missing 'AllFiles' 
+    # capabilities, but application works regardless 
+    # (they come from QDeclarativeView::setSource).
+    # The unnecessary need for 'AllFiles' is being analyzed.
+    # Comment date: 18-Mar-2010
+    TARGET.CAPABILITY = ReadUserData WriteUserData
+}