activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
child 109 e0aa398e6810
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    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                ../../inc
    24 
    25 
    25 HEADERS +=  ./inc/activityserviceplugin.h \
    26 HEADERS +=  ./inc/activityserviceplugin.h \
    26             ./inc/activityclient.h \
    27             ./inc/afactivityclient.h \
    27             ./inc/activityclient_p.h \
    28             ./inc/afactivitymanager.h \
    28             ./inc/activitymanager.h \
       
    29             ./inc/activitymanager_p.h \
       
    30             ./inc/applicationlauncher.h \
    29             ./inc/applicationlauncher.h \
    31 
    30 
    32 SOURCES +=  ./src/activityserviceplugin.cpp \
    31 SOURCES +=  ./src/activityserviceplugin.cpp \
    33             ./src/activityclient.cpp \
    32             ./src/afactivityclient.cpp \
    34             ./src/activityclient_p.cpp \
    33             ./src/afactivitymanager.cpp \
    35             ./src/activitymanager.cpp \
       
    36             ./src/activitymanager_p.cpp \
       
    37             ./src/applicationlauncher.cpp \
    34             ./src/applicationlauncher.cpp \
    38 
    35 
    39 symbian {
    36 symbian {
    40     INCLUDEPATH += ./s60/inc \
    37     INCLUDEPATH += ./s60/inc \
    41 
    38 
    44     HEADERS += ./s60/inc/applicationlauncher_p.h
    41     HEADERS += ./s60/inc/applicationlauncher_p.h
    45 
    42 
    46     LIBS += -lapparc \
    43     LIBS += -lapparc \
    47             -lapgrfx \
    44             -lapgrfx \
    48             -lcone \
    45             -lcone \
    49             -lhsactivitydbclient \
    46             -lafstorageclient \
    50             -lxqutils
    47             -lxqutils
    51  
    48  
    52 }
    49 }
    53 
    50 
    54 win32 {
    51 win32 {