qt.qpa.plugin: Could not find the Qt platform plugin "eglfs" in ""
-
Hello
I deploy my Qt app to raspberry pi 3 using buildroot toolchain . After cross -compiling I get this error when i run my app on target .
Any help please ?@dziko147
I don't know if it helps in this "eglfs" situation, but the usual starting point for "Could not find the Qt platform plugin" is you need to set environment variableexport QT_DEBUG_PLUGINS=1on target and run your application, it will send diagnostic output to stdout/stderr, you usually need to look at the end of it to see what's failing. -
Then as @JonB suggested: use QT_DEBUG_PLUGINS to gather information about what is going on your target.