activityfw/activityserviceplugin/activityserviceplugin.pro
changeset 94 dbb8300717f7
parent 92 782e3408c2ab
child 96 5d243a69bdda
equal deleted inserted replaced
93:82b66994846c 94:dbb8300717f7
    18 TARGET = activityserviceplugin
    18 TARGET = activityserviceplugin
    19 
    19 
    20 CONFIG += plugin 
    20 CONFIG += plugin 
    21 include(activityserviceplugin.pri)
    21 include(activityserviceplugin.pri)
    22 
    22 
    23 HEADERS +=  activityserviceplugin.h \
    23 INCLUDEPATH += ./inc \
    24             activitydatastorage.h \
    24              #../cautils/inc \
    25             activityclient.h \
    25              #../extinc \
    26             activityclient_p.h \
       
    27             activitymanager.h \
       
    28             activitymanager_p.h \
       
    29             applicationlauncher.h \
       
    30 
    26 
    31 SOURCES +=  activityserviceplugin.cpp \
    27 HEADERS +=  ./inc/activityserviceplugin.h \
    32             activitydatastorage.cpp \
    28             ./inc/activitydatastorage.h \
    33             activityclient.cpp \
    29             ./inc/activityclient.h \
    34             activityclient_p.cpp \
    30             ./inc/activityclient_p.h \
    35             activitymanager.cpp \
    31             ./inc/activitymanager.h \
    36             activitymanager_p.cpp \
    32             ./inc/activitymanager_p.h \
    37             applicationlauncher.cpp \
    33             ./inc/applicationlauncher.h \
       
    34 
       
    35 SOURCES +=  ./src/activityserviceplugin.cpp \
       
    36             ./src/activitydatastorage.cpp \
       
    37             ./src/activityclient.cpp \
       
    38             ./src/activityclient_p.cpp \
       
    39             ./src/activitymanager.cpp \
       
    40             ./src/activitymanager_p.cpp \
       
    41             ./src/applicationlauncher.cpp \
    38 
    42 
    39 symbian {
    43 symbian {
    40     INCLUDEPATH += ./s60/
    44     INCLUDEPATH += ./s60/inc \
    41     SOURCES += ./s60/applicationlauncher_p.cpp
    45 
       
    46     SOURCES += ./s60/src/applicationlauncher_p.cpp
    42     
    47     
    43     HEADERS += ./s60/applicationlauncher_p.h
    48     HEADERS += ./s60/src/applicationlauncher_p.h
    44 
    49 
    45     LIBS += -lapparc \
    50     LIBS += -lapparc \
    46             -lapgrfx \
    51             -lapgrfx \
    47             -lcone \
    52             -lcone \
    48             -lhsactivitydbclient \
    53             -lhsactivitydbclient \
    49             -lxqutils
    54             -lxqutils
    50  
    55  
    51 }
    56 }
    52 
    57 
    53 win32 {
    58 win32 {
    54     INCLUDEPATH += ./win/
    59     INCLUDEPATH += ./win/inc \
    55     SOURCES += ./win/applicationlauncher_p.cpp
       
    56 
    60 
    57     HEADERS += ./win/applicationlauncher_p.h
    61     SOURCES += ./win/src/applicationlauncher_p.cpp
       
    62 
       
    63     HEADERS += ./win/inc/applicationlauncher_p.h
    58 }            
    64 }            
    59             
    65             
    60 symbian {
    66 symbian {
    61     load(data_caging_paths) 
    67     load(data_caging_paths) 
    62     TARGET.EPOCALLOWDLLDATA = 1
    68     TARGET.EPOCALLOWDLLDATA = 1
    63     TARGET.CAPABILITY = ALL -TCB
    69     TARGET.CAPABILITY = ALL -TCB
    64     TARGET.UID3 = 0x200267B2
    70     TARGET.UID3 = 0x200267B2
    65 
    71 
    66 
       
    67     plugin.sources = activityserviceplugin.dll
    72     plugin.sources = activityserviceplugin.dll
    68     plugin.path = $$QT_PLUGINS_BASE_DIR     
    73     plugin.path = $$QT_PLUGINS_BASE_DIR     
       
    74     
       
    75     xml.sources = ./data/activityserviceplugin.xml
       
    76     xml.path = $$RESOURCE_FILES_DIR/activity
       
    77     
       
    78     DEPLOYMENT += xml
    69 }
    79 }