18 lines
290 B
Prolog
18 lines
290 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
network \
|
|
serialbus \
|
|
|
|
SOURCES += \
|
|
integrationpluginwallbe.cpp \
|
|
../modbus/modbustcpmaster.cpp \
|
|
discovery.cpp \
|
|
host.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginwallbe.h \
|
|
../modbus/modbustcpmaster.h \
|
|
discovery.h \
|
|
host.h
|