Hello,

I have been using QtMultimedia perfectly fine when I downloaded the minGW version of Qt5 on windows, but I had to switch and use the MSVC version and now I cannot make QtMultimedia to work.

I have added QT += multimedia to my .pro file and at least auto-completion works when I type #include <someMULTIMEDIA class>

Is there something that I am missing ? Is it “normal” that it doesn’t work now that I am using MSVC as a compiler.

Any help greatly appreciated.