author | cgandhi |
Thu, 05 Aug 2010 16:48:48 +0530 | |
changeset 18 | 013a02bf2bb0 |
parent 14 | a469c0e6e7fb |
child 25 | a180113055cb |
permissions | -rw-r--r-- |
7
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
1 |
TEMPLATE = lib |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
2 |
TARGET = smfclient |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
3 |
QT += core \ |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
4 |
gui \ |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
5 |
network |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
6 |
CONFIG += mobility |
14
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
7 |
MOBILITY += contacts \ |
7
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
8 |
location |
18 | 9 |
DEFINES += SMFCLIENT_LIB_EXPORT |
10 |
PUBLIC_HEADERS += smfclient.h \ |
|
11 |
smfcontactfetcher.h \ |
|
12 |
smfpostprovider.h \ |
|
13 |
smfgallery.h \ |
|
14 |
smfrelationmgr.h \ |
|
15 |
smfmusic.h \ |
|
16 |
smfactivityfetcher.h |
|
17 |
PRIVATE_HEADERS += smfclient_p.h \ |
|
18 |
smfcontactfetcher_p.h \ |
|
19 |
smfpostprovider_p.h \ |
|
20 |
smfgallery_p.h \ |
|
21 |
smfrelationmgr_p.h \ |
|
22 |
smfmusic_p.h \ |
|
23 |
smfactivityfetcher_p.h |
|
24 |
SOURCES += \ |
|
25 |
smfrelationmgr_p.cpp \ |
|
26 |
smfrelationmgr.cpp \ |
|
27 |
smfgallery.cpp \ |
|
28 |
smfgallery_p.cpp \ |
|
29 |
smfpostprovider.cpp \ |
|
30 |
smfpostprovider_p.cpp \ |
|
31 |
smfmusic.cpp \ |
|
32 |
smfclient.cpp \ |
|
33 |
smfclient_p.cpp \ |
|
34 |
smfcontactfetcher.cpp \ |
|
35 |
smfcontactfetcher_p.cpp \ |
|
36 |
smfmusic_p.cpp \ |
|
37 |
smfactivityfetcher.cpp \ |
|
38 |
smfactivityfetcher_p.cpp |
|
39 |
HEADERS += $$PUBLIC_HEADERS \ |
|
40 |
$$PRIVATE_HEADERS |
|
41 |
!symbian { |
|
11
fa1596340710
Configuring destination and link directory for desktop builds
James Aley <jamesa@symbian.org>
parents:
10
diff
changeset
|
42 |
include(../../desktop.pri) |
fa1596340710
Configuring destination and link directory for desktop builds
James Aley <jamesa@symbian.org>
parents:
10
diff
changeset
|
43 |
LIBS += -lqjson |
fa1596340710
Configuring destination and link directory for desktop builds
James Aley <jamesa@symbian.org>
parents:
10
diff
changeset
|
44 |
} |
7
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
45 |
symbian: { |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
46 |
TARGET.UID3 = 0xE08059D4 |
14
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
47 |
TARGET.CAPABILITY = NetworkServices \ |
18 | 48 |
ReadUserData \ |
7
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
49 |
WriteUserData \ |
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
50 |
LocalServices \ |
14
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
51 |
UserEnvironment \ |
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
52 |
ReadDeviceData \ |
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
53 |
WriteDeviceData |
7
be09cf1f39dd
Updating the source code for plugin manager, transport manager, smfserver and smf client.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
diff
changeset
|
54 |
TARGET.EPOCALLOWDLLDATA = 1 |
18 | 55 |
LIBS += -lsmfcommon |
56 |
BLD_INF_RULES.prj_exports += smfclient.h |
|
57 |
BLD_INF_RULES.prj_exports += smfclient_p.h |
|
58 |
BLD_INF_RULES.prj_exports += smfcontactfetcher.h |
|
59 |
BLD_INF_RULES.prj_exports += smfcontactfetcher_p.h |
|
60 |
BLD_INF_RULES.prj_exports += smfclientsymbian.h |
|
61 |
BLD_INF_RULES.prj_exports += smfclientsymbiansession.h |
|
62 |
BLD_INF_RULES.prj_exports += smfpostprovider.h |
|
63 |
BLD_INF_RULES.prj_exports += smfpostprovider_p.h |
|
64 |
BLD_INF_RULES.prj_exports += smfgallery.h |
|
65 |
BLD_INF_RULES.prj_exports += smfgallery_p.h |
|
66 |
BLD_INF_RULES.prj_exports += smfrelationmgr.h |
|
67 |
BLD_INF_RULES.prj_exports += smfrelationmgr_p.h |
|
68 |
BLD_INF_RULES.prj_exports += smfmusic.h |
|
69 |
BLD_INF_RULES.prj_exports += smfmusic_p.h |
|
70 |
BLD_INF_RULES.prj_exports += smfactivityfetcher.h |
|
71 |
BLD_INF_RULES.prj_exports += smfactivityfetcher_p.h |
|
14
a469c0e6e7fb
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.
cgandhi <chandradeep.gandhi@sasken.com>
parents:
11
diff
changeset
|
72 |
} |
18 | 73 |
symbian: { |
74 |
PUBLIC_HEADERS += smfclientsymbian.h \ |
|
75 |
smfclientsymbiansession.h |
|
76 |
SOURCES += smfclientsymbian.cpp |
|
77 |
} |
|
78 |
else { |
|
79 |
PRIVATE_HEADERS += smfclientqt.h |
|
80 |
SOURCES += smfclientqt.cpp |
|
81 |
} |