nymea-plugins/ws2812/ws2812.pro
2018-03-19 10:28:41 +01:00

12 lines
173 B
Prolog

include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_devicepluginws2812)
SOURCES += \
devicepluginws2812.cpp
HEADERS += \
devicepluginws2812.h