I have downloaded qt-everywhere-opensource-src-5.6.0 and build it with configure options witn mingw32 on WIndows 7:
configure -static -release -platform win32-g++ -openssl -I C:\OpenSSL-Win32\include -L C:\OpenSSL-Win32\lib\MinGW -target xp -no-directwrite -no-angle -no-opengl -static-runtime -wmf-backend -audio-backend
I get "Unknown module(s) in QT: multimedia" from the .pro when including QT += multimedia.
In directory 'C:\qt-everywhere-opensource-src-5.6.0\' or 'C:\qt-everywhere-opensource-src-5.6.0\qtbase\include' not exist folder named qtmultimedia.
I found this: qtmultimedia-opensource-src-5.6.0.7z
How i can add QtMultimedia support in my QT.