I want to use an older code-fragment in my Qt-project, which is using WinSocks. I created my program with Qt Creator and I don\'t know, how I can link to the ws2_32-Libr
You need too to add the path to the headers in order to add the function's signatures of a dynamic library.
Use the INCLUDEPATH variable into the .pro file.