equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 TARGET = cetcpsyncsvr |
|
3 DEPENDPATH += . |
|
4 QT -= gui |
|
5 QT += network |
|
6 |
|
7 CONFIG += console |
|
8 |
|
9 HEADERS += \ |
|
10 connectionmanager.h \ |
|
11 commands.h \ |
|
12 transfer_global.h |
|
13 |
|
14 SOURCES += \ |
|
15 connectionmanager.cpp \ |
|
16 commands.cpp \ |
|
17 main.cpp |