Can't add Multimedia module in .pro
General and Desktop
1
Posts
1
Posters
890
Views
1
Watching
-
I'm trying to add
multimediamodule in.prolike this:QT += core qml quick widgets multimedia svg xml, but it creates many errors:
If I removemultimediaand add it again it will compile and run without errors. But as soon as I add something new to code, even just a variable likeint a;it will ruin and show the same errors as above. I triedmultimediawidgetstoo.I'm using Qt 5.5.