smf/smfservermodule/smfserver/smfplugins/smfplugins.pri
changeset 10 1d94eb8df9c2
parent 9 b85b0c039c14
equal deleted inserted replaced
9:b85b0c039c14 10:1d94eb8df9c2
     1 INCLUDEPATH += smfplugins
       
     2 
       
     3 PUBLIC_HEADERS += \
       
     4 	smfplugins/smfpluginbase.h \
       
     5 	smfplugins/smfproviderbase.h \
       
     6 	smfplugins/smfcontactfetcherplugin.h \
       
     7 	smfplugins/smfpostproviderplugin.h \
       
     8 	smfplugins/smflyricsserviceplugin.h \
       
     9 	smfplugins/smfmusiceventsplugin.h \
       
    10 	smfplugins/smfmusicsearchplugin.h \
       
    11 	smfplugins/smfmusicserviceplugin.h \
       
    12 	smfplugins/smfplaylistserviceplugin.h \
       
    13 	smfplugins/smfgalleryplugin.h
       
    14 
       
    15 
       
    16 symbian: {
       
    17     BLD_INF_RULES.prj_exports += smfplugins/smfpluginbase.h
       
    18     BLD_INF_RULES.prj_exports += smfplugins/smfproviderbase.h
       
    19     BLD_INF_RULES.prj_exports += smfplugins/smfcontactfetcherplugin.h
       
    20     BLD_INF_RULES.prj_exports += smfplugins/smfpostproviderplugin.h
       
    21     BLD_INF_RULES.prj_exports += smfplugins/smflyricsserviceplugin.h
       
    22     BLD_INF_RULES.prj_exports += smfplugins/smfmusiceventsplugin.h
       
    23     BLD_INF_RULES.prj_exports += smfplugins/smfmusicsearchplugin.h
       
    24     BLD_INF_RULES.prj_exports += smfplugins/smfmusicserviceplugin.h
       
    25     BLD_INF_RULES.prj_exports += smfplugins/smfplaylistserviceplugin.h
       
    26     BLD_INF_RULES.prj_exports += smfplugins/smfgalleryplugin.h
       
    27 }