smf/smfservermodule/smfclient/client/client.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Tue, 18 May 2010 17:37:12 +0530
changeset 7 be09cf1f39dd
permissions -rw-r--r--
Updating the source code for plugin manager, transport manager, smfserver and smf client.

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
}