How to add QT6::Multimedia add-ons to Visual Studio
Moved
Solved
Qt Creator and other tools
-
QtMultimedia is a simple library like QtNetwork so what do you want to add? When you installed Qt via the Qt online installer then QtMultimedia is already there and you can use it as described in the documentation: https://doc.qt.io/qt-6/qtmultimediawidgets-index.html
-
I try both normal Qt Creator and VS but the IDE cannot import it.
OK sir, maybe my installation process gone wrong. -
@Anuwat something like:
In your project, right-click on the project in Solution Explorer and choose "Properties."
Navigate to "Qt Project Settings" or a similar section.
Add the required Qt modules under "Modules."You can add them when you create a project.
-
-