fix jessie bluetooth build

pull/135/head
Simon Stürz 2016-09-14 15:44:01 +02:00 committed by Michael Zanetti
parent d3de535d4d
commit 6805f894d2
2 changed files with 3 additions and 4 deletions

4
debian/changelog vendored
View File

@ -2,13 +2,13 @@ guh (0.7.6) xenial; urgency=medium
* Add bluetooth server
-- Simon Stürz <simon.stuerz@guh.guru> Mo, 11 Jul 2016 23:15:13 +0200
-- Simon Stürz <simon.stuerz@guh.guru> Wed, 14 Sep 2016 15:43:22 +0200
guh (0.7.5) xenial; urgency=medium
* Configuration API and server settings
-- Simon Stürz <simon.stuerz@guh.guru> Mo, 11 Jul 2016 23:15:13 +0200
-- Simon Stürz <simon.stuerz@guh.guru> Mon, 11 Jul 2016 23:15:13 +0200
guh (0.7.4) xenial; urgency=medium

View File

@ -9,7 +9,7 @@ DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \
JSON_PROTOCOL_VERSION=\\\"$${JSON_PROTOCOL_VERSION}\\\" \
REST_API_VERSION=\\\"$${REST_API_VERSION}\\\"
QT+= network websockets
QT+= network websockets bluetooth
QMAKE_CXXFLAGS += -Werror -std=c++11 -g
QMAKE_LFLAGS += -std=c++11
@ -24,7 +24,6 @@ ccache {
# Check for Bluetoot LE support (Qt >= 5.4)
equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 3) {
QT += bluetooth
DEFINES += BLUETOOTH_LE
}