In file .pro, i added "QT += multimedia" and in file .bb, i tried to add "DEPENDS = "qtdeclarative qtbase luna-service2 glib-2.0 libpbnjson qtmultimedia""
But webos don't understand qtmultimedia
Because i want to import "QtMultimedia" and include ,
Please help me solve them. Thank all.
1 Like
NERGI
June 25, 2024, 8:12am
2
Hi @Qu_c_Huy_D , welcome to the forum.
For now, we have no plan to support QTMultimedia. Please check the following issue.
opened 11:59PM - 17 Jun 24 UTC
I create built-in native app and got build error related to qtmultimedia when I … add this module to .bb file. Error log as below:
```
qtmultimedia was skipped: Recipe will be skipped because: fails to build: qtmultimedia/6.0.0-r1/git/src/qtmultimediaquicktools/qsgvideonode_texture.cpp:56:30: error: 'class QSGRhiSupport' has no member named 'isRhiEnabled'. http://gecko.lge.com:8000/Errors/Details/565741
qtmultimedia was skipped: Recipe will be skipped because: fails to build: qtmultimedia/6.0.0-r1/git/src/qtmultimediaquicktools/qsgvideonode_texture.cpp:56:30: error: 'class QSGRhiSupport' has no member named 'isRhiEnabled'. http://gecko.lge.com:8000/Errors/Details/565741
```
There are no build errors with other modules like qtdeclarative or qtwayland. As far as I know, this error is due to incompatibility with the current Qt version. Please patch the code to update isRhiEnabled in the QSGRhiSupport class.
Additional information: I simply run the command build: bitbake qtmultimedia, and the same error occurs. So it must be an error of Qt in this build-webos
raven8
July 22, 2024, 10:58am
3
Hey......
As per me, You need to follow these steps:
Verify Package Availability
Check .bb File
Update Recipe
Include Path
Build System Logs
Documentation and Community
I hope this will help you.
Respected community member