|
From: James T. <zak...@ma...> - 2016-12-18 11:32:32
|
> On 18 Dec 2016, at 11:28, James Turner <zak...@ma...> wrote: > > This code is only enabled if Qt5 is found / enabled (and all of our Qt5 support is optional). If you enabled Q5t you should have web-sockets, if you didn’t enable Qt5 support this code shouldn't be touched. Which one is your intended use case? Ah except, Qt WebSockets only appeared in Qt 5.3. Maybe you’re using Qt 5.1. or 5.2? It would be better to require 5.3 but I don’t know what versions most distros are commonly shipping, so I will make FGQCanvas check separately, i.e you might have a Qt5 build with the launcher but not have FGQCanvas. Kind regards, James |