Websockets support[solved]
-
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 ?
-
and call
nmake install
if applicable -
I tried to build it, but it failed, so I tried run sync from command prompt, bud I get
C:\Users\Sony>perl -w C:\Qt5\5.4\winphone_arm\bin\syncqt.pl -module QtWebsocket
-version 5.4.3 -outdir C:\qtwebsockets3 -verbose
Use of uninitialized value $val in string eq at C:\Qt5\5.4\winphone_arm\bin\sync
qt.pl line 727.
Use of uninitialized value $val in string eq at C:\Qt5\5.4\winphone_arm\bin\sync
qt.pl line 729.
Use of uninitialized value $val in int at C:\Qt5\5.4\winphone_arm\bin\syncqt.pl
line 732.
No such module: QtWebsocket at C:\Qt5\5.4\winphone_arm\bin\syncqt.pl line 817.Might it be problem, that I am using Qt 5.4.1?
-
What failure did you hit ?