PDA

View Full Version : .png not displayed with release build



mnemonic_fx
3rd July 2007, 13:32
Hi everybody,

I'm confused about why a .png & .mng image are not showing when I build with Qt 4.3.0 on Release configuration.

I build it on Xcode 2.4.1, on Mac OS X 10.4.9.
I was using the .mng image for an animation with QMovie, and I use the .png image with QComboBox and QWidget.

The strange thing is, if I build my project with Debug configuration, the image are displayed just fine.

Anybody knows what's wrong ?

wysota
5th July 2007, 10:41
Probably a problem with relative paths.