i am new to Qt and tried to use QtNetwork in a project, but how can I include the needed libs to qmake / make?
I create a new project with
Code: Alles auswählen
qmake -project
Code: Alles auswählen
qmake
Code: Alles auswählen
make
So I have to add the needed libs manually to the Makefile. Is there an mechanism to let do this qmake?
Thanks in advance.