Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, July 2007
.png not displayed with release build


Message 1 in thread

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 ?