smf/smfservermodule/smfclient/client/client.pri
changeset 7 be09cf1f39dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smf/smfservermodule/smfclient/client/client.pri	Tue May 18 17:37:12 2010 +0530
@@ -0,0 +1,34 @@
+INCLUDEPATH += client \
+    ./
+PUBLIC_HEADERS += client/smfclient.h \
+    client/smfcontactfetcher.h \
+    client/smfpostprovider.h \
+    client/smfgallery.h \
+    client/smfclientsymbian.h \
+    client/smfclientsymbiansession.h
+PRIVATE_HEADERS += client/smfclient_p.h \
+    client/smfcontactfetcher_p.h \
+    client/smfpostprovider_p.h \
+    client/smfgallery_p.h
+SOURCES += client/smfgallery.cpp \ 
+	client/smfgallery_p.cpp \
+    client/smfpostprovider.cpp \
+    client/smfpostprovider_p.cpp \
+    client/smfclient.cpp \
+    client/smfclient_p.cpp \
+    client/smfcontactfetcher.cpp \
+    client/smfcontactfetcher_p.cpp \
+    client/smfclientsymbian.cpp
+symbian: { 
+    BLD_INF_RULES.prj_exports += client/smfclient.h
+    BLD_INF_RULES.prj_exports += client/smfclient_p.h
+    BLD_INF_RULES.prj_exports += client/smfcontactfetcher.h
+    BLD_INF_RULES.prj_exports += client/smfcontactfetcher_p.h
+    BLD_INF_RULES.prj_exports += client/smfclientsymbian.h
+    BLD_INF_RULES.prj_exports += client/smfclientsymbiansession.h
+    BLD_INF_RULES.prj_exports += client/smfpostprovider.h
+    BLD_INF_RULES.prj_exports += client/smfpostprovider_p.h
+    BLD_INF_RULES.prj_exports += client/smfgallery.h
+    BLD_INF_RULES.prj_exports += client/smfgallery_p.h
+}
+