Search code examples
c++visual-studio-2010qtsetup-projectsetup-deployment

load QPixmap doesn't work on vista


I really need your help, I created an application that has an image browser in it. I'm using qt version 4.7.1 along with visual studio 2010 c++. The application works perfectly on my computer; but when I try it on another computer (windows vista) - using VS deployment - it isn't loaded. After googling a lot it seems that I some plugin should be included in the setup project.

Please help me out guys.


Solution

  • You have to copy %QTDIR%\plugins\imageformats\qjpeg4.dll to %YOURAPPLICATIONDIR%\imageformats\qjpeg4.dll.