PDA

View Full Version : JPEG Images not shown in QiconView using QT3??



darpan
4th August 2006, 13:48
Hi,
I am trying to show .jpeg images in Qiconview but when i simple compile the program then i am able to show the images but when i statically compile my project then i am not able to show .jpeg images. Then read some queries and find that i have to include jpeg support in my qt.
I follow the following process
./config.status -qt-libjpeg and then make for QT 3..3.5 for Mac

But still when i compile project statically then not able to show the jpeg images.
Is there anything i have to include in my .pro file or I have to do anything else with my projet while compiling the project statically to include the jpeg support in my particular project.

What should i have to do?

With Best Regards

jacek
4th August 2006, 20:34
Shouldn't it be:
./config.status -qt-libjpeg -qt-imgfmt-jpeg?