equal
deleted
inserted
replaced
|
1 TEMPLATE = lib |
|
2 CONFIG += plugin |
|
3 INCLUDEPATH += ../../servicefw/serviceframework/servicehandler \ |
|
4 ../../servicefw/serviceframework/serviceresolution \ |
|
5 ../../servicefw/inc |
|
6 #SOURCES = testserviceplugin.cpp \ |
|
7 # testservice.cpp \ |
|
8 # userdefinedclass.cpp |
|
9 #HEADER = testserviceplugin.h \ |
|
10 # testservice.h \ |
|
11 # testserviceinterface.h |
|
12 SOURCES = testserviceplugin.cpp |
|
13 HEADER = testserviceplugin.h |
|
14 TARGET = tst_testserviceplugin |
|
15 |
|
16 |
|
17 |
|
18 include(../../common.pri) |
|
19 |
|
20 LIBS += -lQtServiceFramework |
|
21 |
|
22 symbian { |
|
23 |
|
24 LIBS += -lefsrv -lPlatformEnv |
|
25 INCLUDEPATH += ${EPOCROOT}/epoc32/include/osextensions |
|
26 |
|
27 TARGET.CAPABILITY = ALL -TCB |
|
28 TARGET.EPOCALLOWDLLDATA = 1 |
|
29 TARGET.UID3 = 0x102829CA |
|
30 |
|
31 # Work around All Files capability |
|
32 dummydeploy.sources = ./stub/testserviceplugin.dll |
|
33 dummydeploy.path = /resource/qt/sfwplugin |
|
34 DEPLOYMENT += dummydeploy |
|
35 |
|
36 # Export registration file for winscw |
|
37 BLD_INF_RULES.prj_exports += \ |
|
38 ".\descriptionxml\testserviceplugin.xml \epoc32\winscw\c\private\102829B8\import\testserviceplugin.xml" |
|
39 } |