What I need to add to image to run QT app?

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

What I need to add to image to run QT app?

484 Views
Majid
Contributor II

I build an image using yocto and some package to it to run QT apps. 

    qtquickcontrols \
    qtquickcontrols2 \
    qtmultimedia \
    qtvirtualkeyboard \
 
But when I run the app, I got an error:
 

QML debugging is enabled. Only use this in a safe environment.
qt.qpa.plugin: Could not find the Qt platform plugin "eglfs" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: linuxfb, minimal, offscreen, vnc.

Aborted

 

How can I fix this?

-Regards 

Labels (4)
0 Kudos
1 Reply

470 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi

 

imx-image-full has all QT5 depends

 

 BR

Zhiming

 

0 Kudos