I'm using Windows and trying to show jpeg image in QLabel, but it doesn't want to load it with QPixmap. I found some older threads which say I have to load jpeg plugin. I tried inserting "QTPLUGIN += qjpeg" into .pro file, adding "#include <QtPlugin>" with "plugin import" but no luck. After I add any of those, I get "collect ld" error from compiler. I thought it could be because Qt wasn't configured with "-qt-libjpeg", and after 2 hours of reconfigurin and compiling it wouldn't work anyway. Any help?