QT += multimedia under windows, broken project
-
Hello,
Im facing a weird issue, i actualy added to an existing project under Qt 5.15.2 under Windows :
QT += multimedia multimediawidgets
i get the error
Unknown module(s) in QT: multimedia multimediawidgets
the weird part is when i try the "player" project example from Qt who uses multimedia, it works fine, also if i create a new project and add multimedia, all is fine.
Also if i copy the project to MacOSx under same version of Qt 5.15.2, i add multimedia, all goes fine, i just have the issue under windows...
Just to one project i get this error, i guess the project is broken or something ?
Anyway to get it work ?thank you
-
Hello,
Im facing a weird issue, i actualy added to an existing project under Qt 5.15.2 under Windows :
QT += multimedia multimediawidgets
i get the error
Unknown module(s) in QT: multimedia multimediawidgets
the weird part is when i try the "player" project example from Qt who uses multimedia, it works fine, also if i create a new project and add multimedia, all is fine.
Also if i copy the project to MacOSx under same version of Qt 5.15.2, i add multimedia, all goes fine, i just have the issue under windows...
Just to one project i get this error, i guess the project is broken or something ?
Anyway to get it work ?thank you