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

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

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

跳至解决方案
866 次查看
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?
标签 (3)
0 项奖励
1 解答
837 次查看
totalit
Contributor III

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

在原帖中查看解决方案

2 回复数
838 次查看
totalit
Contributor III

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

848 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport
0 项奖励