hello, everyone!

I am trying to compile a QT application in static (release configuration) mode using Nokia's QT Creator v.4.7.0 under Windows 7. I compiled QT itself statically as per standard instructions here. However, despite running configure.exe with -qt-libjpeg I am still getting the following error:

Qt Code:
  1. mingw32/bin/ld.exe: cannot find -lqjpeg
  2. collect2: ld returned 1 exit status
To copy to clipboard, switch view to plain text mode 

.pro file does contain QTPLUGIN += qjpeg

.cpp file does contain Q_IMPORT_PLUGIN(qjpeg)

The project I am trying to compile is called CutyCapt and can be downloaded here.