Deploying QT demo app to SD card for MYS-6ULX

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

Deploying QT demo app to SD card for MYS-6ULX

Jump to solution
827 Views
totalit
Contributor III

Hello

I built a demo app for mys6ull using QtCreator according to the vendor's guide. There's an error when I run it via terminal
 
qtdemo-helloworld -platform linuxfb
qtdemo-helloworld: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory
 
QtCreator builds an .exe file which doesn't includes dependencies, so steps to manage required libs on the board are supposed to be. The guide just says:  Copy the helloworld file to board and run it.  
 
I tried to handle it with linuxdeployqt, but seems like it doesn't work with myir-imx-fb files.
Is there a way to integrate QtCreator build output to Yocto layer, since helloworld and framebuffer demos compiled in yocto environment work?
Labels (3)
0 Kudos
1 Solution
798 Views
totalit
Contributor III

I loaded fsl-image-qt5 which already contains all necessities for Qt apps. The demo runs now.

View solution in original post

2 Replies
799 Views
totalit
Contributor III

I loaded fsl-image-qt5 which already contains all necessities for Qt apps. The demo runs now.

809 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport
0 Kudos