PDA

View Full Version : Difference in QMovie::supportedFormats() between projects



Berryblue031
18th April 2011, 10:59
Can anyone tell me how it is possible for QMovie::supportedFormats() to return differently between two seperate projects?

When I compile the Movie example QMovie::supportedFormats() returns 16 different supported formats (including .gif)

However in my app when I call QMovie::supportedFormats() it only returns 7 formats (no .gif support).

Both are referencing Qt 4.7.2, I even ran dependancy walker they are referencing the exact same qt dlls

How is it possible?

high_flyer
18th April 2011, 15:39
Do you have more than one Qt version installed?