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
bb10
Oliver Wolff 2019-10-01 11:01:26 +02:00 committed by Alexandru Croitor
parent 48699561d9
commit e81441421b
1 changed files with 1 additions and 0 deletions

View File

@ -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)