Description
I wanted to create a simple Qt console application with the WebSockets module, but I cannot select the module from the Qt Project Settings -> Qt Modules GUI because it is simply not there. I can use the includes but I get unresolved symbol errors during linking for the QWebSocket class.
Currently I can work around this by either specifying the Qt5WebSockets.lib in additional linker inputs or using a pragma.