How to use QtMultimedia on Qt 6.3.0?

Viewed 94

I tried to add some sound effects to my project, and when I tried "QT += multimedia", the compiler told me it was an unknown module in qt, like this

enter image description here

How can I fix this problem? Thanks a lot!

0 Answers
Related