Hello,
i have a small problem with compiling an application which uses libs QtNetwork, QTcpClient, ... etc. In source code is standard include:
#include <QtNetwork>
During compilation there is allways error message like this:
QtNetwork: No such file or directory
At
Qt forums is solution - add line QT += network into *.pro file. Well, i done this, after that i have succesfully compiled program:
$ qmake
$ make
Voilá! Succes. But in Code::Blocks i am unable to compile it succesfully. Even if in project/Build options.../pre-build steps is qmake written. Still gets the same error.
Thanks for each advice.
And apologize my english please, i'm not used to use it.