diff -r 90517678cc4f -r 453da2cfceef qtmobility/tests/auto/qcontactactions/unittest/unittest.pro --- a/qtmobility/tests/auto/qcontactactions/unittest/unittest.pro Mon May 03 13:18:40 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -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 \ -}