Using Qt Resource for icons in a dll -



Using Qt Resource for icons in a dll -

i need build c++ dll 1 qt dialog have icons. added these icons in qt creator/qt designer. created resource file , added these images it. these icons appear in qt designer, @ run time not show up.

there no .pro file. can not add together resources += myres.qrc suggested on similar topics. q_init_resource(myres); can not invoked.

any ideas here?

solved..

i using visual studio 2010 code dll , dialog created in qt creator. resource file created using qt creator well.

solution add together qrc file (generated using qt creator) dll project in visual studio. no other modifications needed done.

no .pro file , no q_init_resource(myres) needed created/invoked.

thanks help :)

qt dll icons

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -