20 lines
300 B
Prolog
20 lines
300 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginphilipshue)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
devicepluginphilipshue.cpp \
|
|
huebridgeconnection.cpp \
|
|
light.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginphilipshue.h \
|
|
huebridgeconnection.h \
|
|
light.h \
|
|
lightinterface.h
|
|
|
|
|
|
|