Make bluetooth also depend on bluetooth module available

gcc-9
Simon Stürz 2021-07-26 14:40:39 +02:00
parent 71108d76c6
commit c8712eb8eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SOURCES += \
wirelessnetworkdevice.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}.)
QT += bluetooth