calendarwidgetplugin/calendarwidgetplugin.pro
changeset 4 6ea82847f1b7
parent 2 a4a7966c042b
equal deleted inserted replaced
3:b2d662d68a49 4:6ea82847f1b7
    68     MMP_RULES += SMPSAFE
    68     MMP_RULES += SMPSAFE
    69 
    69 
    70     qtplugins.path = $$PLUGIN_SUBDIR
    70     qtplugins.path = $$PLUGIN_SUBDIR
    71     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
    71     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
    72     qtplugins.sources += resource/$${TARGET}.manifest
    72     qtplugins.sources += resource/$${TARGET}.manifest
    73     qtplugins.sources += resource/qtg_large_calendar.png
    73     qtplugins.sources += resource/qtg_graf_hswidget_preview_calendar.svg
    74      
    74      
    75     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
    75     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin z:$$qtplugins.path/$$basename(qtplugin)"
    76     BLD_INF_RULES.prj_exports += "./resource/$${TARGET}.s60xml z:$$PLUGIN_SUBDIR/$${TARGET}.xml"
    76     BLD_INF_RULES.prj_exports += "./resource/$${TARGET}.s60xml z:$$PLUGIN_SUBDIR/$${TARGET}.xml"
    77 
    77 
    78     XML_LOCATION = z:/resource/
    78     XML_LOCATION = z:/resource/
    80 }
    80 }
    81 
    81 
    82 win32 {
    82 win32 {
    83     # add platfrom API for windows
    83     # add platfrom API for windows
    84     TRANSLATIONS = loc/calendarwidget_en.ts 
    84     TRANSLATIONS = loc/calendarwidget_en.ts 
    85     INCLUDEPATH += ../../../../homescreensrv/homescreensrv_plat/hswidgetmodel_api
       
    86     PLUGIN_SUBDIR = /hsresources/import/widgetregistry/2002C35A
    85     PLUGIN_SUBDIR = /hsresources/import/widgetregistry/2002C35A
    87 }
    86 }