taskswitcherapp/tsdevicedialogplugin/tsdevicedialogplugin.pro
changeset 46 23b5d6a29cce
parent 39 4e8ebe173323
child 51 4785f57bf3d4
equal deleted inserted replaced
39:4e8ebe173323 46:23b5d6a29cce
    34 SOURCES +=  src/tsdevicedialog.cpp \
    34 SOURCES +=  src/tsdevicedialog.cpp \
    35             src/tsdevicedialogplugin.cpp \
    35             src/tsdevicedialogplugin.cpp \
    36             src/tsmodel.cpp \
    36             src/tsmodel.cpp \
    37             src/tsentrymodelitem.cpp \
    37             src/tsentrymodelitem.cpp \
    38             src/tsactivitymodelitem.cpp \
    38             src/tsactivitymodelitem.cpp \
       
    39             src/tstasksgrid.cpp \
    39             src/tstasksgriditem.cpp \
    40             src/tstasksgriditem.cpp \
    40             src/tsdocumentloader.cpp \
    41             src/tsdocumentloader.cpp \
    41 
    42 
    42 INCLUDEPATH += . \
    43 INCLUDEPATH += . \
    43                ./inc \
    44                ./inc \
    51 symbian {
    52 symbian {
    52     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    53     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
    53     TARGET.UID3 = 0x2002677F
    54     TARGET.UID3 = 0x2002677F
    54     pluginstub.sources = tsdevicedialogplugin.dll
    55     pluginstub.sources = tsdevicedialogplugin.dll
    55     pluginstub.path = /resource/plugins/devicedialogs
    56     pluginstub.path = /resource/plugins/devicedialogs
    56 
    57     
       
    58     LIBS += -lxqsettingsmanager
       
    59     
    57     # ugly hack
    60     # ugly hack
    58     translation.sources = ./*.qm
    61     translation.sources = ./*.qm
    59     translation.path = $$QT_PLUGINS_BASE_DIR/../translations
    62     translation.path = $$QT_PLUGINS_BASE_DIR/../translations
    60 	
    63 	
    61     DEPLOYMENT += pluginstub translation
    64     DEPLOYMENT += pluginstub translation
       
    65     
       
    66     BLD_INF_RULES.prj_exports += \
       
    67     "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    68     "conf/tsdevicedialog.confml APP_LAYER_CONFML(tsdevicedialog.confml)" \
       
    69     "conf/tsdevicedialog_2002677F.crml APP_LAYER_CRML(tsdevicedialog_2002677F.crml)"
    62 }
    70 }
    63 
    71 
    64 win32 {
    72 win32 {
    65     include ($$[QMAKE_MKSPECS]/features/hb_install.prf)
    73     include ($$[QMAKE_MKSPECS]/features/hb_install.prf)
    66     DESTDIR = $$HB_PLUGINS_DIR/devicedialogs
    74     DESTDIR = $$HB_PLUGINS_DIR/devicedialogs