Make bluetooth also depend on bluetooth module available
parent
71108d76c6
commit
c8712eb8eb
|
|
@ -34,7 +34,7 @@ SOURCES += \
|
||||||
wirelessnetworkdevice.cpp \
|
wirelessnetworkdevice.cpp \
|
||||||
networkmanagerutils.cpp
|
networkmanagerutils.cpp
|
||||||
|
|
||||||
equals(QT_MAJOR_VERSION, 5):!lessThan(QT_MINOR_VERSION, 7) {
|
equals(QT_MAJOR_VERSION, 5):!lessThan(QT_MINOR_VERSION, 7):qtHaveModule(bluetooth) {
|
||||||
message(Building with Bluetooth LE server functionality. Qt $${QT_VERSION}.)
|
message(Building with Bluetooth LE server functionality. Qt $${QT_VERSION}.)
|
||||||
|
|
||||||
QT += bluetooth
|
QT += bluetooth
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue