Skip to content

Commit

Permalink
cmake: Add IOBluetooth to list of apple system frameworks
Browse files Browse the repository at this point in the history
The framework is needed for qtconnectivity.

Change-Id: I6a502564fb5543ca94ba5ae458a544286e34564c
Reviewed-by: Alexandru Croitor <[email protected]>
Reviewed-by: Qt CMake Build Bot
  • Loading branch information
owolff authored and alcroito committed Oct 1, 2019
1 parent 4869956 commit e814414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/QtBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e814414

Please sign in to comment.