diff -r b85b0c039c14 -r 1d94eb8df9c2 smf/smfservermodule/smfclient/client/client.pri --- a/smf/smfservermodule/smfclient/client/client.pri Fri May 21 15:40:57 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -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 -} -