mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-30 02:38:00 +02:00
22 lines
420 B
Prolog
22 lines
420 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
serialport \
|
|
network
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginws2812fx)
|
|
|
|
SOURCES += \
|
|
integrationpluginws2812fx.cpp \
|
|
nymealight.cpp \
|
|
nymealightserialinterface.cpp \
|
|
nymealighttcpinterface.cpp
|
|
|
|
|
|
HEADERS += \
|
|
integrationpluginws2812fx.h \
|
|
nymealight.h \
|
|
nymealightinterface.h \
|
|
nymealightserialinterface.h \
|
|
nymealighttcpinterface.h
|