86 UserEnvironment \ |
86 UserEnvironment \ |
87 ReadDeviceData \ |
87 ReadDeviceData \ |
88 WriteDeviceData |
88 WriteDeviceData |
89 TARGET.EPOCALLOWDLLDATA = 1 |
89 TARGET.EPOCALLOWDLLDATA = 1 |
90 LIBS += -lqjson.dll -lsmfcredmgrclient |
90 LIBS += -lqjson.dll -lsmfcredmgrclient |
91 |
|
92 BLD_INF_RULES.prj_exports += smfclientglobal.h |
|
93 BLD_INF_RULES.prj_exports += smfglobal.h |
|
94 BLD_INF_RULES.prj_exports += smfobserver.h |
|
95 BLD_INF_RULES.prj_exports += smfactions.h |
|
96 BLD_INF_RULES.prj_exports += smfactions_p.h |
|
97 BLD_INF_RULES.prj_exports += smfalbum.h |
|
98 BLD_INF_RULES.prj_exports += smfalbum_p.h |
|
99 BLD_INF_RULES.prj_exports += smfartists.h |
|
100 BLD_INF_RULES.prj_exports += smfartists_p.h |
|
101 BLD_INF_RULES.prj_exports += smfcomment.h |
|
102 BLD_INF_RULES.prj_exports += smfcomment_p.h |
|
103 BLD_INF_RULES.prj_exports += smfcontact.h |
|
104 BLD_INF_RULES.prj_exports += smfcontact_p.h |
|
105 BLD_INF_RULES.prj_exports += smfevent.h |
|
106 BLD_INF_RULES.prj_exports += smfevent_p.h |
|
107 BLD_INF_RULES.prj_exports += smfgroup.h |
|
108 BLD_INF_RULES.prj_exports += smfgroup_p.h |
|
109 BLD_INF_RULES.prj_exports += smflocation.h |
|
110 BLD_INF_RULES.prj_exports += smflocation_p.h |
|
111 BLD_INF_RULES.prj_exports += smflyrics.h |
|
112 BLD_INF_RULES.prj_exports += smflyrics_p.h |
|
113 BLD_INF_RULES.prj_exports += smfmusicfingerprint.h |
|
114 BLD_INF_RULES.prj_exports += smfmusicfingerprint_p.h |
|
115 BLD_INF_RULES.prj_exports += smfmusicprofile.h |
|
116 BLD_INF_RULES.prj_exports += smfmusicprofile_p.h |
|
117 BLD_INF_RULES.prj_exports += smfmusicrating.h |
|
118 BLD_INF_RULES.prj_exports += smfmusicrating_p.h |
|
119 BLD_INF_RULES.prj_exports += smfpicture.h |
|
120 BLD_INF_RULES.prj_exports += smfpicture_p.h |
|
121 BLD_INF_RULES.prj_exports += smfpicturealbum.h |
|
122 BLD_INF_RULES.prj_exports += smfpicturealbum_p.h |
|
123 BLD_INF_RULES.prj_exports += smfplaylist.h |
|
124 BLD_INF_RULES.prj_exports += smfplaylist_p.h |
|
125 BLD_INF_RULES.prj_exports += smfpluginutil.h |
|
126 BLD_INF_RULES.prj_exports += smfpost.h |
|
127 BLD_INF_RULES.prj_exports += smfpost_p.h |
|
128 BLD_INF_RULES.prj_exports += smfprovider.h |
|
129 BLD_INF_RULES.prj_exports += smfsubtitle.h |
|
130 BLD_INF_RULES.prj_exports += smfsubtitle_p.h |
|
131 BLD_INF_RULES.prj_exports += smftrackinfo.h |
|
132 BLD_INF_RULES.prj_exports += smftrackinfo_p.h |
|
133 BLD_INF_RULES.prj_exports += smfurl.h |
|
134 BLD_INF_RULES.prj_exports += smfurl_p.h |
|
135 } |
91 } |
|
92 |
|
93 symbian: { |
|
94 #export public header to \epocroot\epoc32\include to be able to use them |
|
95 headers.files = $$PUBLIC_HEADERS |
|
96 headers.path = $$PWD |
|
97 for(header, headers.files) { |
|
98 {BLD_INF_RULES.prj_exports += "$$header"} |
|
99 } |
|
100 } |