PDA

View Full Version : Static build of Qt -Plugin class name could not be determined for qwayland-egl plugin



TheIndependentAquarius
23rd February 2017, 10:15
$ /opt/Qt5.5/5.5-static/bin/qmake yyyy.pro
Project WARNING: Plugin class name could not be determined for qwayland-egl plugin.
Project WARNING: Plugin class name could not be determined for qwayland-generic plugin.

I statically built Qt 5.5.1. I don't have qtcreator.
I want to understand what Is this "qwayland-egl plugin" about and what is the way to link it to static qt?

Am I supposed to run: ./configure -static -qwayland-egl while compiling qt?

anda_skoa
24th February 2017, 09:58
My guess would be that these plugins haven't been tested for static build and are missing something that would allow that.

Not sure about the qwayland-egl plugin but my guess is that it is the EGL backend for the QtWaylandCompositor.

Cheers,
_