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