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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

679 Views
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 Kudos
1 Reply

662 Views
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 Kudos