qtmobility/tests/benchmarks/contacts/contacts.pro
author William Roberts <williamr@symbian.org>
Fri, 11 Jun 2010 16:26:23 +0100
branchGCC_SURGE
changeset 9 5561c345355e
parent 4 90517678cc4f
child 14 6fbed849b4f4
permissions -rw-r--r--
Branch for GCC_SURGE fixes

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
}