How to install module "QtMultimedia" on Windows
-
One more question.
Should we update Qt to the latest version (Qt6 or 6.1) to be able to useQtQuick3D
? If so, how to use libraries likeQtMultimedia
which are not supported in those up-to-date versions yet? :(@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:
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:
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.