contactwidgethsplugin/contactwidgethsplugin.pro
changeset 66 554fe4dbbb59
parent 51 81c360d47083
child 77 c18f9fa7f42e
equal deleted inserted replaced
61:d30183af6ca6 66:554fe4dbbb59
    55     # copy manifest
    55     # copy manifest
    56     BLD_INF_RULES.prj_exports += "./resource/contactwidgethsplugin.manifest z:$$PLUGIN_SUBDIR/contactwidgethsplugin.manifest"
    56     BLD_INF_RULES.prj_exports += "./resource/contactwidgethsplugin.manifest z:$$PLUGIN_SUBDIR/contactwidgethsplugin.manifest"
    57     # xml files for emulator, sisx and hw rom
    57     # xml files for emulator, sisx and hw rom
    58     BLD_INF_RULES.prj_exports += "./resource/contactwidgethsplugin.xml z:$$PLUGIN_SUBDIR/contactwidgethsplugin.xml"
    58     BLD_INF_RULES.prj_exports += "./resource/contactwidgethsplugin.xml z:$$PLUGIN_SUBDIR/contactwidgethsplugin.xml"
    59 
    59 
       
    60 	BLD_INF_RULES.prj_exports += "./resource/qtg_large_friend.svg z:$$PLUGIN_SUBDIR/qtg_large_friend.svg"
       
    61 
    60     # copy iby file
    62     # copy iby file
    61     BLD_INF_RULES.prj_exports += "./rom/contactwidgeths.iby CORE_APP_LAYER_IBY_EXPORT_PATH(contactwidgeths.iby)"
    63     BLD_INF_RULES.prj_exports += "./rom/contactwidgeths.iby CORE_APP_LAYER_IBY_EXPORT_PATH(contactwidgeths.iby)"
    62     BLD_INF_RULES.prj_exports += "./rom/contactwidgeths_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(contactwidgeths_resources.iby)"
    64     BLD_INF_RULES.prj_exports += "./rom/contactwidgeths_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(contactwidgeths_resources.iby)"
       
    65     
       
    66     
       
    67     contactwidgethsplugin_buildstubsis_extension = \
       
    68         "$${LITERAL_HASH}ifdef MARM" \
       
    69         "    START EXTENSION app-services/buildstubsis" \
       
    70         "    OPTION SRCDIR ." \
       
    71         "    OPTION SISNAME contactwidgethsplugin_stub" \
       
    72         "    END" \
       
    73         "$${LITERAL_HASH}endif" 
       
    74         
       
    75     BLD_INF_RULES.prj_extensions += contactwidgethsplugin_buildstubsis_extension
    63 }
    76 }
    64 
    77 
    65 symbian {
    78 symbian {
    66     TARGET.UID3 = 0x2002C353
    79     TARGET.UID3 = 0x2002C353
    67     ICON = qtg_large_friend.svg
    80     ICON = qtg_large_friend.svg
    68     # themable icon for application library
    81     # themable icon for application library
    69     SKINICON = qtg_large_friend
    82     SKINICON = qtg_large_friend
       
    83 
       
    84     DESTDIR = /private/20022F35/import/widgetregistry/2002C353
       
    85     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    86 
       
    87     # plugins.path = $${DESTDIR}
       
    88     # plugins.sources = $${TARGET}.dll 
       
    89     
       
    90     widgetResources.path = $${DESTDIR}
       
    91     widgetResources.sources += resource/$${TARGET}.xml    
       
    92     widgetResources.sources += resource/$${TARGET}.manifest
       
    93     widgetResources.sources += resource/qtg_large_friend.svg
       
    94     widgetResources.sources += resource/qtg_graf_hswidget_preview_contact.svg
       
    95     # widgetResources.sources += resource/$${TARGET}.svg
       
    96         
       
    97     DEPLOYMENT += plugins \
       
    98                   widgetResources
    70 }
    99 }
    71 
       
    72 include(contactwidgethsplugin.pri)
   100 include(contactwidgethsplugin.pri)