qtinternetradio/irhswidgetplugin/irhswidgetplugin.pro
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    13 #
    13 #
    14 # Description:  
    14 # Description:  
    15 
    15 
    16 TEMPLATE = lib
    16 TEMPLATE = lib
    17 TARGET   = irhswidgetplugin
    17 TARGET   = irhswidgetplugin
       
    18 TRANSLATIONS += iradhswidget.ts
    18 CONFIG += plugin mobility hb
    19 CONFIG += plugin mobility hb
    19 MOBILITY = serviceframework
    20 MOBILITY = serviceframework
    20 
    21 
    21 LIBS += -lxqsettingsmanager \
    22 LIBS += -lxqsettingsmanager \
    22         -lxqservice \
    23         -lxqservice \
    48     plugins.sources = $${TARGET}.dll 
    49     plugins.sources = $${TARGET}.dll 
    49     
    50     
    50     widgetResources.path = $${DESTDIR}
    51     widgetResources.path = $${DESTDIR}
    51     widgetResources.sources += resource/$${TARGET}.xml    
    52     widgetResources.sources += resource/$${TARGET}.xml    
    52     widgetResources.sources += resource/$${TARGET}.manifest
    53     widgetResources.sources += resource/$${TARGET}.manifest
    53     widgetResources.sources += resource/$${TARGET}.png
       
    54         
    54         
    55     DEPLOYMENT += plugins \
    55     DEPLOYMENT += plugins \
    56                   widgetResources
    56                   widgetResources
       
    57     MMP_RULES += SMPSAFE
    57 }
    58 }
    58 
    59 
    59 win32: {
    60 win32: {
    60 
    61 
    61     CONFIG(debug, debug|release) {
    62     CONFIG(debug, debug|release) {
    67     PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/$${UID}
    68     PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/$${UID}
    68     
    69     
    69     DESTDIR = $$PWD/../../../../bin/$${SUBDIRPART}/$${PLUGIN_SUBDIR}
    70     DESTDIR = $$PWD/../../../../bin/$${SUBDIRPART}/$${PLUGIN_SUBDIR}
    70 
    71 
    71     manifest.path = $${DESTDIR}
    72     manifest.path = $${DESTDIR}
    72     manifest.files = ./resource/*.manifest ./resource/*.xml ./resource/*.png
    73     manifest.files = ./resource/*.manifest ./resource/*.xml
    73     
    74     
    74     INSTALLS += manifest    
    75     INSTALLS += manifest    
    75     
    76     
    76 }
    77 }
    77 
    78