Skip to content

Commit

Permalink
CMake: add CoreLocation framework for macOS
Browse files Browse the repository at this point in the history
Task-number: QTBUG-89854
Change-Id: Icd52a6dd0ae36ae91599ab9a583e6920f2d2ba4c
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
isolovev committed Jan 15, 2021
1 parent ccce1a4 commit e86e9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/QtFrameworkHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ macro(qt_find_apple_system_frameworks)
qt_internal_find_apple_system_framework(FWSecurity Security)
qt_internal_find_apple_system_framework(FWSystemConfiguration SystemConfiguration)
qt_internal_find_apple_system_framework(FWUIKit UIKit)
qt_internal_find_apple_system_framework(FWCoreLocation CoreLocation)

qt_internal_find_apple_system_framework(FWWatchKit WatchKit)
qt_internal_find_apple_system_framework(FWGameController GameController)
Expand Down

0 comments on commit e86e9d0

Please sign in to comment.