2025-08-14 10:26:16 +02:00

22 lines
304 B
Prolog

include(../plugins.pri)
QT += network
greaterThan(QT_MAJOR_VERSION, 5) {
QT += core5compat
} else {
QT += xml
}
SOURCES += \
integrationpluginlgsmarttv.cpp \
tvdevice.cpp \
tveventhandler.cpp
HEADERS += \
integrationpluginlgsmarttv.h \
tvdevice.h \
tveventhandler.h