I am currently trying to get WebSocket++ to work in my Qt project. The problem is that WebSocket++ can not find "winsock2.h".
I added these lines to my .pro file:
INCLUDEPATH += "C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x86"
win32:LIBS += -lWS2_32
I tried different variations of the lib name, which I found in some previous questions here on stackoverflow, without any success. What am I doing wrong? All help is very much appreciated. Thanks.