Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Not able to locate eglfs when running a simple agp on target
-
I am using a mips target and had run "hellogl_es2" app using Qt 4.8 and eglfs.
However, when I try and run "hellogl_es2" app using Qt 5 and eglfs I get following error,
Failed to load platform plugin "eglfs". Available platforms are:
Aborted
I noticed that the list of available platform appears empty for me.
I had set LD_LIBRARY_PATH to point to Qt Libs and Qt plugins folder on the target.\
I can see the libraries in respective folders on target.
Any clue?