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

17 lines
218 B
Prolog

include(../plugins.pri)
QT += bluetooth
TARGET = $$qtLibraryTarget(nymea_devicepluginelgato)
SOURCES += \
devicepluginelgato.cpp \
aveabulb.cpp \
HEADERS += \
devicepluginelgato.h \
aveabulb.h \