From 5dd488f2443d695e117bf6257902270ae423a0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 20 Dec 2017 18:11:10 +0100 Subject: [PATCH] Adjust plugins to migrated hardware manager --- plugins.pri | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins.pri b/plugins.pri index f726b78..ad3f716 100644 --- a/plugins.pri +++ b/plugins.pri @@ -11,11 +11,6 @@ LIBS += -lguh PLUGIN_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/guh/plugins/ -# Check for Bluetoot LE support (Qt >= 5.4) -equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 3) { - DEFINES += BLUETOOTH_LE -} - # Check if this is a snap build snappy{ INCLUDEPATH+=$$(SNAPCRAFT_STAGE)/usr/include/guh