This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2014-04-16 00:55:32 +02:00

20 lines
297 B
Prolog

include(../../plugins.pri)
TARGET = $$qtLibraryTarget(guh_devicepluginlircd)
QT += network
#INCLUDEPATH += /usr/local/include/
#LIBS += -L/usr/local/lib/libboblight.a
SOURCES += \
devicepluginlircd.cpp \
lircdclient.cpp \
HEADERS += \
devicepluginlircd.h \
lircdclient.h \