activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 83 156f692b1687
parent 80 397d00875918
child 103 b99b84bcd2d1
equal deleted inserted replaced
80:397d00875918 83:156f692b1687
    19 
    19 
    20 CONFIG += plugin 
    20 CONFIG += plugin 
    21 include(activityserviceplugin.pri)
    21 include(activityserviceplugin.pri)
    22 
    22 
    23 INCLUDEPATH += ./inc \
    23 INCLUDEPATH += ./inc \
    24              #../cautils/inc \
       
    25              #../extinc \
       
    26 
    24 
    27 HEADERS +=  ./inc/activityserviceplugin.h \
    25 HEADERS +=  ./inc/activityserviceplugin.h \
    28             ./inc/activitydatastorage.h \
    26             ./inc/activitydatastorage.h \
    29             ./inc/activityclient.h \
    27             ./inc/activityclient.h \
    30             ./inc/activityclient_p.h \
    28             ./inc/activityclient_p.h \
    43 symbian {
    41 symbian {
    44     INCLUDEPATH += ./s60/inc \
    42     INCLUDEPATH += ./s60/inc \
    45 
    43 
    46     SOURCES += ./s60/src/applicationlauncher_p.cpp
    44     SOURCES += ./s60/src/applicationlauncher_p.cpp
    47     
    45     
    48     HEADERS += ./s60/src/applicationlauncher_p.h
    46     HEADERS += ./s60/inc/applicationlauncher_p.h
    49 
    47 
    50     LIBS += -lapparc \
    48     LIBS += -lapparc \
    51             -lapgrfx \
    49             -lapgrfx \
    52             -lcone \
    50             -lcone \
    53             -lhsactivitydbclient \
    51             -lhsactivitydbclient \
    74     
    72     
    75     xml.sources = ./data/activityserviceplugin.xml
    73     xml.sources = ./data/activityserviceplugin.xml
    76     xml.path = $$RESOURCE_FILES_DIR/activity
    74     xml.path = $$RESOURCE_FILES_DIR/activity
    77     
    75     
    78     DEPLOYMENT += xml
    76     DEPLOYMENT += xml
       
    77 
       
    78     #temporary workaround
       
    79     BLD_INF_RULES.prj_exports += "data/activityserviceplugin.xml z:/resource/activity/activityserviceplugin.xml"
       
    80     
    79 }
    81 }