added lifx
parent
e26d38e155
commit
d84e0face7
|
|
@ -0,0 +1,14 @@
|
|||
include(../plugins.pri)
|
||||
|
||||
QT += network
|
||||
|
||||
TARGET = $$qtLibraryTarget(nymea_devicepluginlifx)
|
||||
|
||||
SOURCES += \
|
||||
devicepluginlifx.cpp \
|
||||
lifx.cpp \
|
||||
|
||||
HEADERS += \
|
||||
devicepluginlifx.h \
|
||||
lifx.h \
|
||||
|
||||
|
|
@ -27,6 +27,7 @@ PLUGIN_DIRS = \
|
|||
keba \
|
||||
kodi \
|
||||
lgsmarttv \
|
||||
lifx \
|
||||
mailnotification \
|
||||
mqttclient \
|
||||
nanoleaf \
|
||||
|
|
|
|||
Loading…
Reference in New Issue