deviceupdatesui/deviceupdatesplugin/deviceupdatesplugin.pro
changeset 43 88e14c3d4c4f
parent 33 7464c1e21dae
child 41 c742e1129640
equal deleted inserted replaced
38:2d078e09a2f4 43:88e14c3d4c4f
    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.