19 lines
285 B
Prolog
19 lines
285 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginphilipshue)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
devicepluginphilipshue.cpp \
|
|
discovery.cpp \
|
|
huebridgeconnection.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginphilipshue.h \
|
|
discovery.h \
|
|
huebridgeconnection.h
|
|
|
|
|
|
|