summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-09-24 08:27:25 +0200
committerOliver Wolff <oliver.wolff@qt.io>2019-09-25 12:08:54 +0000
commit724281d1aa4588fd37d38d650b608cec3379e185 (patch)
tree9d7cb73f72bda62a618feeb12d56d33bc33ff491
parenteaf0b2709192aaf1671b5ed126082bc194dc7822 (diff)
cmake: Add BlueZ to the list of libraries used by Qt (connectivity)
Task-number: QTBUG-78181 Change-Id: I4eda42c4e42ccb28ebb64eb060d02a33c3af6b03 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 1188a93d4d..54b6f815a2 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -349,6 +349,7 @@ _qt_library_map = [
_library_map = [
# 3rd party:
LibraryMapping("atspi", "ATSPI2", "PkgConfig::ATSPI2"),
+ LibraryMapping("bluez", "BlueZ", "PkgConfig::BlueZ"),
LibraryMapping("corewlan", None, None),
LibraryMapping("cups", "Cups", "Cups::Cups"),
LibraryMapping("db2", "DB2", "DB2::DB2"),