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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

675件の閲覧回数
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 返信

658件の閲覧回数
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 件の賞賛