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 Botbb10
parent
48699561d9
commit
e81441421b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue