qtmobility/examples/declarative-sfw-dialer/sfwexample/sfwexample.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
child 5 453da2cfceef
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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
}