qtmobility/tests/benchmarks/contacts/contacts.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 = tst_bm_contacts
CONFIG += testcase

SOURCES += tst_bm_contacts.cpp

QT += core \
      network

INCLUDEPATH += ../../../src/contacts\
                ../../../src/contacts/details \
                ../../../src/contacts/filters

include(../../../common.pri)

CONFIG += mobility
MOBILITY = contacts


EXTRAPLUGINS = \
    $$mobilityDeployFilename(qtcontacts_symbian)

symbian:QCONTACT_PLUGINS_DEPLOY.sources = $$join(EXTRAPLUGINS, ".dll ", " ", ".dll")
QCONTACT_PLUGINS_DEPLOY.path = ./plugins/contacts
DEPLOYMENT += QCONTACT_PLUGINS_DEPLOY


symbian {
    LIBS += -lcntmodel
    TARGET.CAPABILITY = All -TCB
}

maemo {
    QT += dbus xml gui
}