17 lines
222 B
Prolog
17 lines
222 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginnanoleaf)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
devicepluginnanoleaf.cpp \
|
|
nanoleaf.cpp \
|
|
|
|
HEADERS += \
|
|
devicepluginnanoleaf.h \
|
|
nanoleaf.h \
|
|
|
|
|
|
|