You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
281 B
14 lines
281 B
|
3 years ago
|
HEADERS += \
|
||
|
|
$$PWD/appconfig.h \
|
||
|
|
$$PWD/qthelper.h \
|
||
|
|
$$PWD/qthelperdata.h \
|
||
|
|
$$PWD/tcpserver1.h \
|
||
|
|
$$PWD/tcpserver2.h
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/appconfig.cpp \
|
||
|
|
$$PWD/qthelper.cpp \
|
||
|
|
$$PWD/qthelperdata.cpp \
|
||
|
|
$$PWD/tcpserver1.cpp \
|
||
|
|
$$PWD/tcpserver2.cpp
|