fsl-image-qt5-validation-imx yocot build missing libQt5Multimedia + libQt5MultimediaWidgets

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

fsl-image-qt5-validation-imx yocot build missing libQt5Multimedia + libQt5MultimediaWidgets

677 次查看
rthomas
Contributor III

Hello, I built the fsl-image-qt5-validation-imx image and noticed it does not have the libQt5Multimedia or libQt5MultimediaWidgets library files installed. My Qt project uses these two files so after doing cross compilation. The binary file is only missing these two libraries in order to run. Does anyone know how to get these libraries installed on the Yocto build?

0 项奖励
1 回复

660 次查看
joanxie
NXP TechSupport
NXP TechSupport

how about adding

IMAGE_INSTALL_append = "\
qtmultimedia \
qtmultimedia-plugins \
qtmultimedia-examples \
qtmultimedia-qmlplugins" to the local.conf, and add PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" to local.conf too, then when the board boot up, to find /usr/share/examples/multimedia/video/qmlvideo

 

0 项奖励