QT += testlib
TEMPLATE=app
TARGET=tst_qcontactactions
CONFIG+=testcase
PLUGIN_SUBDIR=dummyplugin/plugins
include(../../../../common.pri)
INCLUDEPATH += ../../../../src/contacts \
../../../../src/contacts/details \
../../../../src/contacts/requests \
../../../../src/contacts/filters
INCLUDEPATH += ../../
CONFIG += mobility
MOBILITY = contacts
SOURCES += tst_qcontactactions.cpp
# App local deployment
symbian:QCONTACTACTION_PLUGINS_DEPLOY.sources = contacts_sendemailactionfactory.dll
wince*:QCONTACTACTION_PLUGINS_DEPLOY.sources = $$OUTPUT_DIR/build/tests/bin/plugins/contacts/$$mobilityDeployFilename(contacts_sendemailactionfactory).dll
QCONTACTACTION_PLUGINS_DEPLOY.path = ./plugins/contacts
DEPLOYMENT += QCONTACTACTION_PLUGINS_DEPLOY
symbian: {
TARGET.CAPABILITY = ReadUserData \
WriteUserData \
ReadDeviceData \
WriteDeviceData \
AllFiles \
}