tsdevicedialog/tsdevicedialogplugin/tsdevicedialogplugin.pro
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    14 # Description: tsdevicedialogplugin.pro
    14 # Description: tsdevicedialogplugin.pro
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 CONFIG += hb plugin mobility
    18 CONFIG += hb plugin mobility
    19 MOBILITY = serviceframework publishsubscribe
    19 MOBILITY = publishsubscribe
    20 
    20 
    21 include (../common.pri)
    21 include (../common.pri)
    22 
    22 
    23 HEADERS +=  inc/tsdevicedialogcontainer.h \
    23 HEADERS +=  inc/tsdevicedialogcontainer.h \
    24             inc/tsdevicedialogplugin.h \
    24             inc/tsdevicedialogplugin.h \
    25             inc/tsmodel.h \
    25             inc/tsmodel.h \
    26             inc/tsmodelitem.h \
    26             inc/tsmodelitem.h \
    27             inc/tsentrymodelitem.h \
       
    28             inc/tsactivitymodelitem.h \
       
    29             inc/tstasksgrid.h \
    27             inc/tstasksgrid.h \
    30             inc/tstasksgriditem.h \
    28             inc/tstasksgriditem.h \
    31             inc/tsdocumentloader.h \
    29             inc/tsdocumentloader.h \
    32             inc/tsdataroles.h \
    30             inc/tsdataroles.h \
    33             inc/tsnoitemslabel.h \
    31             inc/tsnoitemslabel.h \
    34 
    32 
    35 SOURCES +=  src/tsdevicedialogcontainer.cpp \
    33 SOURCES +=  src/tsdevicedialogcontainer.cpp \
    36             src/tsdevicedialogplugin.cpp \
    34             src/tsdevicedialogplugin.cpp \
    37             src/tsmodel.cpp \
    35             src/tsmodel.cpp \
    38             src/tsentrymodelitem.cpp \
    36             src/tsmodelitem.cpp \
    39             src/tsactivitymodelitem.cpp \
       
    40             src/tstasksgrid.cpp \
    37             src/tstasksgrid.cpp \
    41             src/tstasksgriditem.cpp \
    38             src/tstasksgriditem.cpp \
    42             src/tsdocumentloader.cpp \
    39             src/tsdocumentloader.cpp \
    43             src/tsnoitemslabel.cpp \
    40             src/tsnoitemslabel.cpp \
    44 
    41 
    50             
    47             
    51 TRANSLATIONS = taskswitcher.ts
    48 TRANSLATIONS = taskswitcher.ts
    52 
    49 
    53 RESOURCES += tsdevicedialogplugin.qrc
    50 RESOURCES += tsdevicedialogplugin.qrc
    54                
    51                
       
    52 DOCML += resource/layout.docml
       
    53                
    55 symbian {
    54 symbian {
    56     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    55     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    57     TARGET.UID3 = 0x2002677F
    56     TARGET.UID3 = 0x2002677F
    58     pluginstub.sources = tsdevicedialogplugin.dll
    57     pluginstub.sources = tsdevicedialogplugin.dll
    59     pluginstub.path = /resource/plugins/devicedialogs
    58     pluginstub.path = /resource/plugins/devicedialogs
    60     DEPLOYMENT += pluginstub
    59     DEPLOYMENT += pluginstub
    61     
       
    62     LIBS += -lxqsettingsmanager
       
    63     
    60     
    64     BLD_INF_RULES.prj_exports += \
    61     BLD_INF_RULES.prj_exports += \
    65     "$${LITERAL_HASH}include <platform_paths.hrh>" \
    62     "$${LITERAL_HASH}include <platform_paths.hrh>" \
    66     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
    63     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
    67     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"
    64     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"