Thanks, the error was that my "qpake -project" doesn't add "QT += network" to my .pro file.
I don't know how to solve that problem, but now I know that I can use the Sockets![]()
Thanks, the error was that my "qpake -project" doesn't add "QT += network" to my .pro file.
I don't know how to solve that problem, but now I know that I can use the Sockets![]()
From command-line:Qt Code:
qmake -project "QT = core gui network"To copy to clipboard, switch view to plain text mode
Bookmarks