20 lines
361 B
Prolog
20 lines
361 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
integrationpluginsma.cpp \
|
|
obisdata.cpp \
|
|
speedwirediscovery.cpp \
|
|
speedwireinterface.cpp \
|
|
speedwiremeter.cpp \
|
|
sunnywebbox.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsma.h \
|
|
obisdata.h \
|
|
speedwirediscovery.h \
|
|
speedwireinterface.h \
|
|
speedwiremeter.h \
|
|
sunnywebbox.h
|