equal
deleted
inserted
replaced
|
1 QT += testlib |
|
2 TEMPLATE=app |
|
3 TARGET=tst_qcontactrelationship |
|
4 CONFIG+=testcase |
|
5 |
|
6 include(../../../common.pri) |
|
7 |
|
8 INCLUDEPATH += ../../../src/contacts \ |
|
9 ../../../src/contacts/details \ |
|
10 ../../../src/contacts/requests \ |
|
11 ../../../src/contacts/filters |
|
12 |
|
13 INCLUDEPATH += ../ |
|
14 |
|
15 SOURCES += tst_qcontactrelationship.cpp |
|
16 |
|
17 CONFIG += mobility |
|
18 MOBILITY = contacts |
|
19 |
|
20 # App local deployment |
|
21 symbian:QCONTACTACTION_PLUGINS_DEPLOY.sources = contacts_sendemailactionfactory.dll |
|
22 wince*:QCONTACTACTION_PLUGINS_DEPLOY.sources = $$OUTPUT_DIR/build/tests/bin/plugins/contacts/$$mobilityDeployFilename(contacts_sendemailactionfactory).dll |
|
23 |
|
24 QCONTACTACTION_PLUGINS_DEPLOY.path = ./plugins/contacts |
|
25 |
|
26 DEPLOYMENT += QCONTACTACTION_PLUGINS_DEPLOY |
|
27 |
|
28 symbian: { |
|
29 TARGET.CAPABILITY = ReadUserData \ |
|
30 WriteUserData \ |
|
31 ReadDeviceData \ |
|
32 WriteDeviceData \ |
|
33 AllFiles \ |
|
34 } |