smf/smfservermodule/smfclient/client/client.pri
changeset 14 a469c0e6e7fb
parent 10 77a56c951f86
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
     2     ./
     2     ./
     3 
     3 
     4 PUBLIC_HEADERS += client/smfclient.h \
     4 PUBLIC_HEADERS += client/smfclient.h \
     5     client/smfcontactfetcher.h \
     5     client/smfcontactfetcher.h \
     6     client/smfpostprovider.h \
     6     client/smfpostprovider.h \
     7     client/smfgallery.h
     7     client/smfgallery.h \
     8 
     8     client/smfrelationmgr.h \
       
     9     client/smfmusic.h \
       
    10     client/smfactivityfetcher.h
       
    11     
     9 PRIVATE_HEADERS += client/smfclient_p.h \
    12 PRIVATE_HEADERS += client/smfclient_p.h \
    10     client/smfcontactfetcher_p.h \
    13     client/smfcontactfetcher_p.h \
    11     client/smfpostprovider_p.h \
    14     client/smfpostprovider_p.h \
    12     client/smfgallery_p.h
    15     client/smfgallery_p.h \
    13 
    16     client/smfrelationmgr_p.h \
    14 SOURCES += client/smfgallery.cpp \ 
    17     client/smfmusic_p.h \
    15 	client/smfgallery_p.cpp \
    18     client/smfactivityfetcher_p.h
       
    19     
       
    20 SOURCES += client/smfrelationmgr_p.cpp \
       
    21     client/smfrelationmgr.cpp \
       
    22     client/smfgallery.cpp \
       
    23     client/smfgallery_p.cpp \
    16     client/smfpostprovider.cpp \
    24     client/smfpostprovider.cpp \
    17     client/smfpostprovider_p.cpp \
    25     client/smfpostprovider_p.cpp \
       
    26     client/smfmusic.cpp \
    18     client/smfclient.cpp \
    27     client/smfclient.cpp \
    19     client/smfclient_p.cpp \
    28     client/smfclient_p.cpp \
    20     client/smfcontactfetcher.cpp \
    29     client/smfcontactfetcher.cpp \
    21     client/smfcontactfetcher_p.cpp
    30     client/smfcontactfetcher_p.cpp \
    22 
    31     client/smfmusic_p.cpp \
       
    32     client/smfactivityfetcher.cpp \
       
    33     client/smfactivityfetcher_p.cpp 
       
    34     
    23 symbian: { 
    35 symbian: { 
    24     BLD_INF_RULES.prj_exports += client/smfclient.h
    36     BLD_INF_RULES.prj_exports += client/smfclient.h
    25     BLD_INF_RULES.prj_exports += client/smfclient_p.h
    37     BLD_INF_RULES.prj_exports += client/smfclient_p.h
    26     BLD_INF_RULES.prj_exports += client/smfcontactfetcher.h
    38     BLD_INF_RULES.prj_exports += client/smfcontactfetcher.h
    27     BLD_INF_RULES.prj_exports += client/smfcontactfetcher_p.h
    39     BLD_INF_RULES.prj_exports += client/smfcontactfetcher_p.h
    29     BLD_INF_RULES.prj_exports += client/smfclientsymbiansession.h
    41     BLD_INF_RULES.prj_exports += client/smfclientsymbiansession.h
    30     BLD_INF_RULES.prj_exports += client/smfpostprovider.h
    42     BLD_INF_RULES.prj_exports += client/smfpostprovider.h
    31     BLD_INF_RULES.prj_exports += client/smfpostprovider_p.h
    43     BLD_INF_RULES.prj_exports += client/smfpostprovider_p.h
    32     BLD_INF_RULES.prj_exports += client/smfgallery.h
    44     BLD_INF_RULES.prj_exports += client/smfgallery.h
    33     BLD_INF_RULES.prj_exports += client/smfgallery_p.h
    45     BLD_INF_RULES.prj_exports += client/smfgallery_p.h
    34 
    46     BLD_INF_RULES.prj_exports += client/smfrelationmgr.h
       
    47     BLD_INF_RULES.prj_exports += client/smfrelationmgr_p.h
       
    48     BLD_INF_RULES.prj_exports += client/smfmusic.h
       
    49     BLD_INF_RULES.prj_exports += client/smfmusic_p.h
       
    50     BLD_INF_RULES.prj_exports += client/smfactivityfetcher.h
       
    51     BLD_INF_RULES.prj_exports += client/smfactivityfetcher_p.h
       
    52 	
    35     PUBLIC_HEADERS += client/smfclientsymbian.h \
    53     PUBLIC_HEADERS += client/smfclientsymbian.h \
    36         client/smfclientsymbiansession.h
    54         client/smfclientsymbiansession.h
    37 
    55 
    38     SOURCES += client/smfclientsymbian.cpp
    56     SOURCES += client/smfclientsymbian.cpp
    39 
    57 }
    40 } else {
    58 else { 
    41     PRIVATE_HEADERS += client/smfclientqt.h
    59     PRIVATE_HEADERS += client/smfclientqt.h
    42     SOURCES += client/smfclientqt.cpp
    60     SOURCES += client/smfclientqt.cpp
    43 }
    61 }