PDA

View Full Version : Qt image support Issue in Installation?



vishal.chauhan
5th April 2007, 11:10
Hi All,

I m using Qt 4.2.2 on my Mac.
I am Installing the Qt 4.2.2 on my Mac.

and configure by using command

./configure -prefix/developer/qt -qt-zlib -qt-libpng -qt-libjpeg -qt-gif -universal -sdk /developer/sdks/macosx10.4u.sdk -static -release


after this i run command make and makeinstall and set the enviourment variables.


my Qt is running fine.

But Actually it is not giving support to the jpeg and gif and all other Image formats which have the Thumnail in jpeg format.

If anybody knows then plz help me.

Thanks.

high_flyer
5th April 2007, 12:05
after running configure, did you check the output configure prints to see if indeed the switches you gave were processed ok by configure?

vishal.chauhan
26th April 2007, 07:50
Hi,

Actually I see the output after configure and it print support to the image format but actually I think the image format are plugins so it not instaling them.

so what I want to ask is that is there another method to install plugins with the qt static libraries.

Thanks.