How to add QT6::Multimedia add-ons to Visual Studio
-
wrote on 17 Nov 2023, 16:11 last edited by
I develop Qt ui using Visual Studio and using Qt VS Tool. How to add Qt add-ons like a Multimedia to Visual Studio?
-
I develop Qt ui using Visual Studio and using Qt VS Tool. How to add Qt add-ons like a Multimedia to Visual Studio?
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
-
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
wrote on 17 Nov 2023, 16:40 last edited byI try both normal Qt Creator and VS but the IDE cannot import it.
OK sir, maybe my installation process gone wrong. -
I try both normal Qt Creator and VS but the IDE cannot import it.
OK sir, maybe my installation process gone wrong.wrote on 17 Nov 2023, 19:27 last edited by JoeCFD@Anuwat-k In VS, you need to add the modules to your project. And they are not added automatically.
-
@Anuwat-k In VS, you need to add the modules to your project. And they are not added automatically.
-
wrote on 17 Nov 2023, 23:35 last edited by
@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.
-
@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.
-
-
1/7