smf/smfservermodule/smfclient/client/client.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Thu, 20 May 2010 16:20:37 +0530
changeset 8 4102c67b6e56
parent 7 be09cf1f39dd
permissions -rw-r--r--
Restoring the missing activity related and music headers

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
}