14 lines
245 B
Prolog
14 lines
245 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += serialbus network
|
|
|
|
SOURCES += \
|
|
integrationpluginwebasto.cpp \
|
|
webasto.cpp \
|
|
../modbus/modbustcpmaster.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginwebasto.h \
|
|
webasto.h \
|
|
../modbus/modbustcpmaster.h
|