18 lines
305 B
Prolog
18 lines
305 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
serialbus \
|
|
network
|
|
|
|
SOURCES += \
|
|
integrationpluginwebasto.cpp \
|
|
webasto.cpp \
|
|
../discovery/discovery.cpp \
|
|
../discovery/host.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginwebasto.h \
|
|
webasto.h \
|
|
../discovery/discovery.h \
|
|
../discovery/host.h
|