smf/smfservermodule/smfclient/client/client.pri
changeset 10 1d94eb8df9c2
parent 9 b85b0c039c14
equal deleted inserted replaced
9:b85b0c039c14 10:1d94eb8df9c2
     1 INCLUDEPATH += client \
       
     2     ./
       
     3 PUBLIC_HEADERS += client/smfclient.h \
       
     4     client/smfcontactfetcher.h \
       
     5     client/smfpostprovider.h \
       
     6     client/smfgallery.h \
       
     7     client/smfclientsymbian.h \
       
     8     client/smfclientsymbiansession.h
       
     9 PRIVATE_HEADERS += client/smfclient_p.h \
       
    10     client/smfcontactfetcher_p.h \
       
    11     client/smfpostprovider_p.h \
       
    12     client/smfgallery_p.h
       
    13 SOURCES += client/smfgallery.cpp \ 
       
    14 	client/smfgallery_p.cpp \
       
    15     client/smfpostprovider.cpp \
       
    16     client/smfpostprovider_p.cpp \
       
    17     client/smfclient.cpp \
       
    18     client/smfclient_p.cpp \
       
    19     client/smfcontactfetcher.cpp \
       
    20     client/smfcontactfetcher_p.cpp \
       
    21     client/smfclientsymbian.cpp
       
    22 symbian: { 
       
    23     BLD_INF_RULES.prj_exports += client/smfclient.h
       
    24     BLD_INF_RULES.prj_exports += client/smfclient_p.h
       
    25     BLD_INF_RULES.prj_exports += client/smfcontactfetcher.h
       
    26     BLD_INF_RULES.prj_exports += client/smfcontactfetcher_p.h
       
    27     BLD_INF_RULES.prj_exports += client/smfclientsymbian.h
       
    28     BLD_INF_RULES.prj_exports += client/smfclientsymbiansession.h
       
    29     BLD_INF_RULES.prj_exports += client/smfpostprovider.h
       
    30     BLD_INF_RULES.prj_exports += client/smfpostprovider_p.h
       
    31     BLD_INF_RULES.prj_exports += client/smfgallery.h
       
    32     BLD_INF_RULES.prj_exports += client/smfgallery_p.h
       
    33 }
       
    34