i first time deployed my app outside of the visual studio compiler on clean pc .
and i have problem . first i dont see any images in my application
i use .png , *.gif,.ico file types i trying to add the :
qgif4.dll
qico4.dll
qjpeg4.dll
qjpeg4.lib
qmng4.dll
qsvg4.dll
the way im using my images is with *.qrc file and i was hoping it compile it as resource ( i really hope .. )
in the pro file i just added it like this:
RESOURCES += resources.qrc
and it looks like this:
<RCC>
<qresource prefix="/">
<file>images/image1.png</file>
<file>images/icon-loading.gif</file>
<file>images/filter.ico</file>
<file>images/icon_lp.png</file>
</qresource>
</RCC>
but with no good i still see blank instead of images .
also do i need one of the vs run times dll’s in my application?
msvcm90.dll
msvcp90.dll
msvcr90.dll
Thanks
The image plugins need to be in the right location for the Qt plugin loader to find them. Try putting them in an ‘imageformats’ directory next to your executable.