Simon Stürz e838e0ddd2 Add nuki plugin
Revert copyright changes
2020-01-16 00:48:54 +01:00

37 lines
866 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_devicepluginnuki)
QT += bluetooth dbus
# apt install libsodium-dev
LIBS += -lsodium
HEADERS += \
devicepluginnuki.h \
nuki.h \
bluez/blueztypes.h \
bluez/bluetoothmanager.h \
bluez/bluetoothadapter.h \
bluez/bluetoothdevice.h \
bluez/bluetoothgattservice.h \
bluez/bluetoothgattcharacteristic.h \
bluez/bluetoothgattdescriptor.h \
nukiutils.h \
nukiauthenticator.h \
nukicontroller.h
SOURCES += \
devicepluginnuki.cpp \
nuki.cpp \
bluez/blueztypes.cpp \
bluez/bluetoothmanager.cpp \
bluez/bluetoothadapter.cpp \
bluez/bluetoothdevice.cpp \
bluez/bluetoothgattservice.cpp \
bluez/bluetoothgattcharacteristic.cpp \
bluez/bluetoothgattdescriptor.cpp \
nukiutils.cpp \
nukiauthenticator.cpp \
nukicontroller.cpp