equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = qpspathmapperserver |
|
3 QT = core |
|
4 TARGET.UID3 = 0x2002AC88 |
|
5 |
|
6 CONFIG += no_icon |
|
7 |
|
8 SOURCES += pspathmapperservermain.cpp |
|
9 |
|
10 include(../../../common.pri) |
|
11 |
|
12 |
|
13 DEPENDPATH += ../xqsettingsmanager_symbian |
|
14 INCLUDEPATH += ../xqsettingsmanager_symbian\ |
|
15 $${EPOCROOT}epoc32\include\platform |
|
16 |
|
17 DEFINES += XQSETTINGSMANAGER_NO_LIBRARY |
|
18 DEFINES += XQSETTINGSMANAGER_NO_TRANSACTIONS |
|
19 DEFINES += XQSETTINGSMANAGER_NO_CENREPKEY_CREATION_DELETION |
|
20 include(../xqsettingsmanager_symbian/settingsmanager.pri) |
|
21 |
|
22 HEADERS += pathmapper_symbian_p.h \ |
|
23 qcrmlparser_p.h |
|
24 |
|
25 SOURCES += pathmapper_symbian.cpp \ |
|
26 qcrmlparser.cpp \ |
|
27 pspathmapperserver.cpp \ |
|
28 pspathmappersession.cpp \ |
|
29 |
|
30 LIBS += -lefsrv |
|
31 |
|
32 #The ProtServ capability is needed for the server to reside in |
|
33 #protected namespace (server name starting with exclamation mark). |
|
34 TARGET.CAPABILITY = ProtServ |