2020-03-04 17:52:36 +01:00

18 lines
286 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginlgsmarttv)
QT+= network xml
SOURCES += \
integrationpluginlgsmarttv.cpp \
tvdevice.cpp \
tveventhandler.cpp
HEADERS += \
integrationpluginlgsmarttv.h \
tvdevice.h \
tveventhandler.h