summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2019-10-01 11:01:26 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-01 13:41:25 +0000
commite81441421b67556ec84be0c391df7baaa51cf504 (patch)
tree0b930d09b4636deae44218d95dd2029719d18afd
parent48699561d9024277beeebb53e0f5c1cf029149e9 (diff)
cmake: Add IOBluetooth to list of apple system frameworks
The framework is needed for qtconnectivity. Change-Id: I6a502564fb5543ca94ba5ae458a544286e34564c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
-rw-r--r--cmake/QtBuild.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index 3a08ca5745..9323b50c7b 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -3039,6 +3039,7 @@ macro(qt_find_apple_system_frameworks)
find_library(FWcups cups)
find_library(FWDiskArbitration DiskArbitration)
find_library(FWFoundation Foundation)
+ find_library(FWIOBluetooth IOBluetooth)
find_library(FWIOKit IOKit)
find_library(FWIOSurface IOSurface)
find_library(FWImageIO ImageIO)