Hi all,

I am trying to load image in program and displaying it on label. I am using QPixmap. My code is loading/saving png files but unable to load jpeg,bmp and gif files. I searched the forum and got that i have to use image plugins. so i built my release exe and place imageformat folder with it(e.g. exe is at C:\mydir\test.exe and imageformat folder is placed at C:\mydir\imageformat). I tried to build exe by visual studio 2008 as well as QTCreator but unable to got +ve result.

Any suggestion what i am missing?