QtMultimedia 6.2.0 alpha (Unknown module(s) in QT: multimedia multimediawidgets)
-
Hi,
So tried Qt 6.2 alpha for the first time, tried to import my project (Windows MinGW 8.1),
The documentation says multimedia is included and to include
QT += multimedia QT += multimediawidgets
In the .pro file, but I keep getting
:-1: error: Project ERROR: Unknown module(s) in QT: multimedia multimediawidgets winextras
The files Qt6Multimedia.debug, Qt6MultimediaQuick.debug and Qt6MultimediaWidgets.debug are in the bin folder of the 6.2 installation.
Am I missing something else I should have installed?
Thanks
-
@Allstar12345 How did you install Qt6.2?
According to https://doc-snapshots.qt.io/qt6-dev/qtmodules.html multimedia is not part of Qt6.2 alpha version. -
@jsulm That will be why thank you, I saw the documentation (https://doc-snapshots.qt.io/qt6-6.2/qtmultimedia-index.html) and assumed it would be included in the alpha; my mistake.
-
Hi,
Legitimate assumption, the new API is currently under review if memory serves well.