From aa8310b0f983bcc9c69d3cd1281d30dc0396ce51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 12 Aug 2015 13:43:54 +0200 Subject: [PATCH] fix control --- debian/control | 3 ++- plugins/deviceplugins/elgato/aveabulb.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3cae4a8b..d19ca917 100644 --- a/debian/control +++ b/debian/control @@ -76,7 +76,8 @@ Package: libguh1 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + libqt5bluetooth5 Description: Server for home automation systems - core library guh is an open source home automation server, which allows to control a lot of different devices from many different manufacturers. With the diff --git a/plugins/deviceplugins/elgato/aveabulb.cpp b/plugins/deviceplugins/elgato/aveabulb.cpp index 66d1e222..164d4c4d 100644 --- a/plugins/deviceplugins/elgato/aveabulb.cpp +++ b/plugins/deviceplugins/elgato/aveabulb.cpp @@ -17,6 +17,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifdef BLUETOOTH_LE + #include "aveabulb.h" AveaBulb::AveaBulb(const QBluetoothDeviceInfo &deviceInfo, const QLowEnergyController::RemoteAddressType &addressType, QObject *parent) :