This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Simon Stürz 3a8908c982 added eQ-3 plugin
pluginstatus: can be discovered, still not refreshing
auto generate devices from cube missing
some errors in message parsing
2019-04-01 20:48:17 +02:00

21 lines
420 B
Prolog

include(../../plugins.pri)
TARGET = $$qtLibraryTarget(guh_deviceplugineq3)
QT += network
SOURCES += \
deviceplugineq-3.cpp \
maxcubediscovery.cpp \
maxcube.cpp \
maxdevice.cpp \
room.cpp \
HEADERS += \
deviceplugineq-3.h \
maxcubediscovery.h \
maxcube.h \
maxdevice.h \
room.h \