1 QT = core network
2 SOURCES += main.cpp
3 CONFIG += console
4 CONFIG -= app_bundle
5 TARGET = clientserver
6 DESTDIR = ./
7
8