How to install module "QtMultimedia" on Windows
-
@qcoderpro I recommend you select 5.15.2 and deselect Qt 6.0.0.
Qt 6.x.y is a new version (with many internal changes) but so far the multimedia module has not been added. See this https://stackoverflow.com/questions/65213872/qt6-and-multimedia-module.
-
@qcoderpro said in How to install module "QtMultimedia" on Windows:
Help menu says I'm using 5.15 while the kit is 6!
No, it says what Qt version was used to build QtCreator, not what Qt you're using.
-
@qcoderpro said in How to install module "QtMultimedia" on Windows:
So is the proper way to see the Qt version installed to look at the version of the kits' Qt, please?
Yes
-
@qcoderpro said in How to install module "QtMultimedia" on Windows:
Should we update Qt to the latest version (Qt6 or 6.1) to be able to use
QtQuick3D
?Qt Quick 3D is available in Qt 5.15: https://doc.qt.io/qt-5/qtquick3d-index.html
-
@qcoderpro said in How to install module "QtMultimedia" on Windows:
I'm trying to implement the following example of this page but get errors!
Did you install the Qt Quick 3D module?
Open your MaintenanceTool and select "Add Components". Select Qt > Qt 5.15.2 > Qt Quick 3D
-
@qcoderpro said in How to install module "QtMultimedia" on Windows:
Probably still can't be done using 5.15.2!
I just realized that you're trying to use Instanced Rendering.
This feature is only available from Qt 6.1 onwards: https://www.qt.io/blog/qtquick3d-instanced-renderingQt 6.1 is not yet released.
Have a look at the link I posted before; it contains examples that work with Qt 5.15.2.