nymea-plugins/lgsmarttv/lgsmarttv.pro
2018-03-07 00:38:12 +01:00

18 lines
271 B
Prolog

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