qtmobility/tests/benchmarks/contacts/contacts.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 14 6fbed849b4f4
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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

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

maemo {
    QT += dbus xml gui
}