Hey folks. I have a problem. Earlier, I compiled a shared Qt, and there was jpeg in QImageReader::supportedFormats(). Now, I installed Qt on another machne, and after compilation, there is no jpeg in that list of formats. This "Qt on another machne" is -shared, too.

People suggested me to install libjpeg and recompile qt, but I see that libjpeg is included in Qt distribution: Qt_4.4.1\src\3rdparty\libjpeg\ .

What should I do, to restore the support for jpeg, gif, tiff?