equal
deleted
inserted
replaced
|
1 TARGET=tst_qabstractsecuritysession |
|
2 INCLUDEPATH += ../../../src/serviceframework |
|
3 |
|
4 CONFIG+=testcase |
|
5 |
|
6 QT = core |
|
7 |
|
8 include(../../../common.pri) |
|
9 |
|
10 HEADERS += ../qsfwtestutil.h |
|
11 SOURCES += tst_qabstractsecuritysession.cpp \ |
|
12 ../qsfwtestutil.cpp |
|
13 |
|
14 CONFIG += mobility |
|
15 MOBILITY = serviceframework |
|
16 |
|
17 symbian|wince* { |
|
18 |
|
19 symbian { |
|
20 TARGET.CAPABILITY = ALL -TCB |
|
21 LIBS += -lefsrv |
|
22 } |
|
23 |
|
24 wince* { |
|
25 SFWTEST_PLUGIN_DEPLOY.sources = \ |
|
26 $$OUTPUT_DIR/build/tests/bin/plugins/tst_sfw_sampleserviceplugin.dll \ |
|
27 $$OUTPUT_DIR/build/tests/bin/plugins/tst_sfw_sampleserviceplugin2.dll \ |
|
28 $$OUTPUT_DIR/build/tests/bin/plugins/tst_sfw_testservice2plugin.dll |
|
29 SFWTEST_PLUGIN_DEPLOY.path = plugins |
|
30 DEPLOYMENT += SFWTEST_PLUGIN_DEPLOY |
|
31 DEPLOYMENT_PLUGIN += qsqlite |
|
32 } |
|
33 |
|
34 addFiles.sources = ../../testservice2/xml/testserviceplugin.xml |
|
35 addFiles.path = plugins/xmldata |
|
36 DEPLOYMENT += addFiles |
|
37 } |