I want to create a simple Tcp Communication project but I get some problems and I dont know how to solve that problem. When I try to find solution all people tell add this code (QT += network)on .pro file but in ui projects I dont have any pro file so I dont know the find the solution.
What does "ui project" mean?
If you are using some other build system than qmake, then you need to add the linker directive for QtNetwork through that build system's means.
Bookmarks