homescreenapp/examples/helloworldwidgetplugin/helloworldwidgetplugin.pro
changeset 62 341166945d65
parent 46 23b5d6a29cce
child 86 e4f038c420f7
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
    36     plugins.sources = $${TARGET}.dll 
    36     plugins.sources = $${TARGET}.dll 
    37     
    37     
    38     widgetResources.path = $${DESTDIR}
    38     widgetResources.path = $${DESTDIR}
    39     widgetResources.sources += resource/$${TARGET}.xml    
    39     widgetResources.sources += resource/$${TARGET}.xml    
    40     widgetResources.sources += resource/$${TARGET}.manifest
    40     widgetResources.sources += resource/$${TARGET}.manifest
    41     widgetResources.sources += resource/$${TARGET}.png
    41     widgetResources.sources += resource/$${TARGET}preview.png
       
    42     widgetResources.sources += resource/$${TARGET}.svg
    42         
    43         
    43     DEPLOYMENT += plugins \
    44     DEPLOYMENT += plugins \
    44                   widgetResources
    45                   widgetResources
    45 }
    46 }
    46 
    47 
    55     PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F7E
    56     PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F7E
    56     
    57     
    57     DESTDIR = $$PWD/../../../../bin/$${SUBDIRPART}/$${PLUGIN_SUBDIR}
    58     DESTDIR = $$PWD/../../../../bin/$${SUBDIRPART}/$${PLUGIN_SUBDIR}
    58 
    59 
    59     manifest.path = $${DESTDIR}
    60     manifest.path = $${DESTDIR}
    60     manifest.files = ./resource/*.manifest ./resource/*.xml ./resource/*.png
    61     manifest.files = ./resource/*.manifest ./resource/*.xml ./resource/*.png ./resource/*.svg
    61     
    62     
    62     INSTALLS += manifest    
    63     INSTALLS += manifest    
    63     
    64     
    64 }
    65 }