12 lines
179 B
Prolog
12 lines
179 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
integrationplugintcpcommander.cpp \
|
|
tcpserver.cpp
|
|
|
|
HEADERS += \
|
|
integrationplugintcpcommander.h \
|
|
tcpserver.h
|