tsdevicedialog/tsdevicedialogplugin/tsdevicedialogplugin.pro
changeset 112 dbfb5e38438b
parent 107 b34d53f6acdf
child 116 305818acdca4
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    28             inc/tsactivitymodelitem.h \
    28             inc/tsactivitymodelitem.h \
    29             inc/tstasksgrid.h \
    29             inc/tstasksgrid.h \
    30             inc/tstasksgriditem.h \
    30             inc/tstasksgriditem.h \
    31             inc/tsdocumentloader.h \
    31             inc/tsdocumentloader.h \
    32             inc/tsdataroles.h \
    32             inc/tsdataroles.h \
       
    33             inc/tsnoitemslabel.h \
    33 
    34 
    34 SOURCES +=  src/tsdevicedialogcontainer.cpp \
    35 SOURCES +=  src/tsdevicedialogcontainer.cpp \
    35             src/tsdevicedialogplugin.cpp \
    36             src/tsdevicedialogplugin.cpp \
    36             src/tsmodel.cpp \
    37             src/tsmodel.cpp \
    37             src/tsentrymodelitem.cpp \
    38             src/tsentrymodelitem.cpp \
    38             src/tsactivitymodelitem.cpp \
    39             src/tsactivitymodelitem.cpp \
    39             src/tstasksgrid.cpp \
    40             src/tstasksgrid.cpp \
    40             src/tstasksgriditem.cpp \
    41             src/tstasksgriditem.cpp \
    41             src/tsdocumentloader.cpp \
    42             src/tsdocumentloader.cpp \
       
    43             src/tsnoitemslabel.cpp \
    42 
    44 
    43 INCLUDEPATH += . \
    45 INCLUDEPATH += . \
    44                ./inc \
    46                ./inc \
    45                ../../inc \
    47                ../../inc \
    46 
    48 
    53 symbian {
    55 symbian {
    54     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    56     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    55     TARGET.UID3 = 0x2002677F
    57     TARGET.UID3 = 0x2002677F
    56     pluginstub.sources = tsdevicedialogplugin.dll
    58     pluginstub.sources = tsdevicedialogplugin.dll
    57     pluginstub.path = /resource/plugins/devicedialogs
    59     pluginstub.path = /resource/plugins/devicedialogs
       
    60     DEPLOYMENT += pluginstub
    58     
    61     
    59     LIBS += -lxqsettingsmanager -lapparc -lapgrfx
    62     LIBS += -lxqsettingsmanager -lapparc -lapgrfx
    60     
       
    61     # ugly hack
       
    62     
       
    63     crml.sources = ./resource/*.qcrml
       
    64     crml.path = /resource/qt/crml
       
    65     
       
    66     DEPLOYMENT += pluginstub crml
       
    67     
    63     
    68     BLD_INF_RULES.prj_exports += \
    64     BLD_INF_RULES.prj_exports += \
    69     "$${LITERAL_HASH}include <platform_paths.hrh>" \
    65     "$${LITERAL_HASH}include <platform_paths.hrh>" \
    70     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
    66     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
    71     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"
    67     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"