qtmobility/examples/qmlcontacts/qmlcontacts.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:08:38 +0300
changeset 14 6fbed849b4f4
parent 4 90517678cc4f
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

TEMPLATE = app
TARGET = qmlcontacts
CONFIG += mobility
MOBILITY = contacts \
    versit
DEPENDPATH += .
INCLUDEPATH += . \
    ../../include \
    ../../src/contacts \
    ../../src/contacts/requests \
    ../../src/contacts/details \
    ../../src/contacts/filters \
    ../../src/versit
QT += declarative
QT += script

# Input
SOURCES += main.cpp \
    qmlcontactmodel.cpp

HEADERS += qmlcontactmodel.h

RESOURCES += qmlcontacts.qrc
OTHER_FILES += example.qml \
    contents/example.vcf \
    contents/MediaButton.qml \
    ScrollBar.qml
symbian::TARGET.CAPABILITY = ReadUserData \
    WriteUserData
include(../examples.pri)