Websockets support[solved]
-
Hello,
does WinRT support Websockets module? When I tried it said "Unknow module", although websocket shloud support all platforms according to this list http://doc.qt.io/qt-5/qtmodules.html .
Thanks in advance
-
Hi,
Which version of Qt are you using ? AFAIK, QtWebSocket is in since 5.3
-
Did you check if you have the module in the WinRT directory tree ?
-
Did you rebuild the module ?
-
You can open the project in Qt Creator or use the classic qmake + nmake
-
Sorry, I meant the qtwebsockets module project file
-
You can also get them from the installer
-
You don't have them in the qtwebsocket folder ?
-
That sounds strange, if you can't compile the sources you get from the installer then just clone the qtwebsocket from code.qt.io
-
When I try to clone repository I get.
http://ctrlv.cz/Xhhn -
IIRC there was some problem of server accessibility can you retry ?