mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
19 lines
366 B
Prolog
19 lines
366 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += serialport
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginws2812fx)
|
|
|
|
SOURCES += \
|
|
integrationpluginws2812fx.cpp \
|
|
nymealight.cpp \
|
|
nymealightinterface.cpp \
|
|
nymealightserialinterface.cpp
|
|
|
|
|
|
HEADERS += \
|
|
integrationpluginws2812fx.h \
|
|
nymealight.h \
|
|
nymealightinterface.h \
|
|
nymealightserialinterface.h
|