Re: Qt static

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 04:52:59 PDT Davide wrote: > Hey all > Some times ago I have made a statically built Qt application but I can not > include Wayland platform plugin, because i got the error: > Plugin class name could not be determined for egl-wayland > So if i try to run it on gnome the ap

Qt static

2017-05-31 Thread Davide
Hey all Some times ago I have made a statically built Qt application but I can not include Wayland platform plugin, because i got the error: Plugin class name could not be determined for egl-wayland So if i try to run it on gnome the application switches to XWayland and xcb. What can I do? -