loosrob f8f06be358 Update .pro and small fixes
remaining issue: button presses and rotation events on tap dial are repeated forever
2023-05-01 16:54:36 +02:00

32 lines
559 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginphilipshue)
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