From e81441421b67556ec84be0c391df7baaa51cf504 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Tue, 1 Oct 2019 11:01:26 +0200 Subject: [PATCH] cmake: Add IOBluetooth to list of apple system frameworks The framework is needed for qtconnectivity. Change-Id: I6a502564fb5543ca94ba5ae458a544286e34564c Reviewed-by: Alexandru Croitor Reviewed-by: Qt CMake Build Bot --- cmake/QtBuild.cmake | 1 + 1 file changed, 1 insertion(+) 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)