deviceupdatesui/deviceupdatesplugin/deviceupdatesplugin.pro
changeset 27 516a867811c3
parent 18 7d11f9a6646f
child 41 c742e1129640
equal deleted inserted replaced
24:408f75ba5bc2 27:516a867811c3
    26                ./inc
    26                ./inc
    27 
    27 
    28 CONFIG += hb plugin
    28 CONFIG += hb plugin
    29 
    29 
    30 LIBS += -lcpframework \
    30 LIBS += -lcpframework \
    31 					-lcentralrepository
    31 					-lcentralrepository \
       
    32 					-lws32 \
       
    33 					-lapparc
    32 
    34 
    33 # Input
    35 # Input
    34 HEADERS += deviceupdatesplugin.h \
    36 HEADERS += deviceupdatesplugin.h \
    35 		   deviceupdatesdata.h
    37 		   deviceupdatesdata.h
    36 		   
    38 		   
    64 TARGET.CAPABILITY = CAP_GENERAL_DLL
    66 TARGET.CAPABILITY = CAP_GENERAL_DLL
    65 
    67 
    66 plugin.sources = deviceupdatesplugin.dll
    68 plugin.sources = deviceupdatesplugin.dll
    67 plugin.path = \resource\qt\plugins\controlpanel
    69 plugin.path = \resource\qt\plugins\controlpanel
    68 DEPLOYMENT += plugin
    70 DEPLOYMENT += plugin
       
    71 RESOURCES += ./resources/deviceupdatesplugin.qrc
    69 
    72 
    70 # End of file	--Don't remove this.
    73 # End of file	--Don't remove this.