fix jessie bluetooth build
This commit is contained in:
parent
d3de535d4d
commit
6805f894d2
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -2,13 +2,13 @@ guh (0.7.6) xenial; urgency=medium
|
|||||||
|
|
||||||
* Add bluetooth server
|
* 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
|
guh (0.7.5) xenial; urgency=medium
|
||||||
|
|
||||||
* Configuration API and server settings
|
* 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
|
guh (0.7.4) xenial; urgency=medium
|
||||||
|
|
||||||
|
|||||||
3
guh.pri
3
guh.pri
@ -9,7 +9,7 @@ DEFINES += GUH_VERSION_STRING=\\\"$${GUH_VERSION_STRING}\\\" \
|
|||||||
JSON_PROTOCOL_VERSION=\\\"$${JSON_PROTOCOL_VERSION}\\\" \
|
JSON_PROTOCOL_VERSION=\\\"$${JSON_PROTOCOL_VERSION}\\\" \
|
||||||
REST_API_VERSION=\\\"$${REST_API_VERSION}\\\"
|
REST_API_VERSION=\\\"$${REST_API_VERSION}\\\"
|
||||||
|
|
||||||
QT+= network websockets
|
QT+= network websockets bluetooth
|
||||||
|
|
||||||
QMAKE_CXXFLAGS += -Werror -std=c++11 -g
|
QMAKE_CXXFLAGS += -Werror -std=c++11 -g
|
||||||
QMAKE_LFLAGS += -std=c++11
|
QMAKE_LFLAGS += -std=c++11
|
||||||
@ -24,7 +24,6 @@ ccache {
|
|||||||
|
|
||||||
# Check for Bluetoot LE support (Qt >= 5.4)
|
# Check for Bluetoot LE support (Qt >= 5.4)
|
||||||
equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 3) {
|
equals(QT_MAJOR_VERSION, 5):greaterThan(QT_MINOR_VERSION, 3) {
|
||||||
QT += bluetooth
|
|
||||||
DEFINES += BLUETOOTH_LE
|
DEFINES += BLUETOOTH_LE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user