Add a find_library entry for the GameController framework

Needed for QtGamepad

Change-Id: I50227949eb509c021ba8d9b4dbe2b36b6a6de87f
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Mårten Nordheim 2019-10-01 10:36:51 +02:00
parent 0ceef4cb54
commit ef9cef6dff
1 changed files with 1 additions and 0 deletions

View File

@ -3025,6 +3025,7 @@ macro(qt_find_apple_system_frameworks)
find_library(FWSystemConfiguration SystemConfiguration)
find_library(FWUIKit UIKit)
find_library(FWWatchKit WatchKit)
find_library(FWGameController GameController)
endif()
endmacro()