18 lines
271 B
Prolog
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
|
|
|
|
|