30 lines
496 B
Prolog
30 lines
496 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
SOURCES += \
|
|
integrationpluginphilipshue.cpp \
|
|
#huebridgeconnection.cpp \
|
|
#light.cpp \
|
|
huebridge.cpp \
|
|
huelight.cpp \
|
|
huemotionsensor.cpp \
|
|
hueremote.cpp \
|
|
huedevice.cpp \
|
|
huetapdial.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginphilipshue.h \
|
|
#huebridgeconnection.h \
|
|
#light.h \
|
|
#lightinterface.h \
|
|
huebridge.h \
|
|
huelight.h \
|
|
huemotionsensor.h \
|
|
hueremote.h \
|
|
huedevice.h \
|
|
huetapdial.h
|
|
|
|
|
|
|