1TEMPLATE = app
2TARGET =
3DEPENDPATH += .
4INCLUDEPATH += .
5
6CONFIG += console
7
8QT = core network
9
10# Input
11SOURCES += main.cpp
12
13
14