I configured Qt 4.3.1 for X11 on OpenSUSE 10.2 as follows:

./configure -static -release -no-qt3support -qt-zlib -qt-gif -qt-libpng -qt-libmng -qt-libjpeg -qt-libtiff -nomake demos -nomake examples -nomake tools

make

su
make install

Everything works nice, except that I can not load JPG pictures:

mypixmap->load(":/images/picture.jpg");

It returns FALSE.

when I try this with a PNG picture (same resolution) it works.

What is missing to load JPG's? I configured with -qt-libjpeg.