26 lines
505 B
Prolog
26 lines
505 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
serialbus \
|
|
network \
|
|
|
|
SOURCES += \
|
|
integrationpluginfronius.cpp \
|
|
froniusthing.cpp \
|
|
froniuslogger.cpp \
|
|
froniusinverter.cpp \
|
|
froniusstorage.cpp \
|
|
froniusmeter.cpp \
|
|
sunspecthing.cpp \
|
|
../modbus/modbustcpmaster.cpp \
|
|
|
|
HEADERS += \
|
|
integrationpluginfronius.h \
|
|
froniusthing.h \
|
|
froniuslogger.h \
|
|
froniusinverter.h \
|
|
froniusstorage.h \
|
|
froniusmeter.h \
|
|
sunspecthing.h \
|
|
../modbus/modbustcpmaster.h \
|