docker-qt
docker-qt copied to clipboard
Unknown module(s) in QT: multimedia
I compile a project including the following library:
QT += multimedia
Unfortunately I have the following error when trying to compile it:
Unknown module(s) in QT: multimedia
Any idea how to add it?