qt.qpa.plugin: Could not find the Qt platform plugin "eglfs" in ""
Unsolved
Installation and Deployment
-
@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=1
on 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.