PDA

View Full Version : gif formate images is not displayed in linux



addu
11th November 2009, 04:38
Hi ,

I recompiled the Qt with

./configure

make sub-src
make install

I am using static libs in my application.

if i use gif formate images in my application images is not displayed..

What i have to do to display for gif images


Please help me


Thanks

Yuvaraj R

aamer4yu
11th November 2009, 04:50
I syour Qt built with gif support ?
You will need to add -qt-gif argument to configure.exe

Also when deploying the application, the imageformats directory should be present which contains the dll for those images. Have a look at imageformats directory in the QTDIR/Plugins

addu
11th November 2009, 06:37
Hi in my qt installed directory i am having following things

libqgif.a libqico.a libqjpeg.a libqmng.a libqsvg.a libqtiff.a
libqgif.so libqico.so libqjpeg.so libqmng.so libqsvg.so libqtiff.so



Please help me



Thanks

Yuvaraj R