Qt6 Multimedia and Qbs results in "Dependency 'Qt.multimedia' not found for product 'qt'."
Unsolved
Qt 6
-
We are still using Qbs and will keep using it. I have ported a solution using Qt Multimedia from 5.15 to 6.2. Besides some minor code aspects that needed change all works well except the integration of Qt Multimedia. I did install QMultimedia through maintainance tool and kept using the very same Qbs which works for 5.15 but results in
Dependency 'Qt.multimedia' not found for product 'qt'.
in this line:
Depends { name: "Qt"; submodules: qtModules }whereas in submodules list there is "multimedia". If I leave out "multimedia" all other submodules work.
Any ideas?