qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro
changeset 4 90517678cc4f
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
       
     1 TEMPLATE=app
       
     2 TARGET=declarative-sfw-dialer
       
     3 INCLUDEPATH += ../../../src/serviceframework
       
     4 
       
     5 include(../../examples.pri)
       
     6 
       
     7 QT += gui declarative
       
     8 
       
     9 # Input 
       
    10 HEADERS += sfwexample.h
       
    11 SOURCES += sfwexample.cpp \
       
    12            main.cpp
       
    13 
       
    14 CONFIG += mobility
       
    15 MOBILITY = serviceframework
       
    16 
       
    17 RESOURCES += resource.qrc
       
    18 
       
    19 symbian {
       
    20     # There are platsec warnings about missing 'AllFiles' 
       
    21     # capabilities, but application works regardless 
       
    22     # (they come from QDeclarativeView::setSource).
       
    23     # The unnecessary need for 'AllFiles' is being analyzed.
       
    24     # Comment date: 18-Mar-2010
       
    25     TARGET.CAPABILITY = ReadUserData WriteUserData
       
    26 }