Problem with displaying jpeg and gif images, in QT4
Hi,
I installed Qt embedded linux 4.4.1 in mipsel linux platform, I am able to compile and run the applications. I am getting problem with showing images, it is only showing png images, but not displaying jpeg and gif images. The load() function of QImage is returning 0. Can anyone tell how to solve this problem.
regards,
node_ex
Re: Problem with displaying jpeg and gif images, in QT4
Standard problem (could be found through the search function!) - you forgot to install the jpeg and gif qt plugins. See http://doc.trolltech.com/4.4/plugins-howto.html on where you have to place them (or use forum search)