CMake: add Photos.framework to framework helpers

This would allow us using Photos.framework/PHAssets on iOS (instead
of now-deprecated 'Assets' library).

Change-Id: I922e4765e8fdadf872f801b55a1e4ef4368e65b0
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Timur Pocheptsov 2025-04-02 15:19:38 +02:00
parent 913829ae4e
commit d4efce2119

View File

@ -34,6 +34,7 @@ macro(qt_find_apple_system_frameworks)
qt_internal_find_apple_system_framework(FWGameController GameController)
qt_internal_find_apple_system_framework(FWCoreBluetooth CoreBluetooth)
qt_internal_find_apple_system_framework(FWAVFoundation AVFoundation)
qt_internal_find_apple_system_framework(FWPhotos Photos)
qt_internal_find_apple_system_framework(FWContacts Contacts)
qt_internal_find_apple_system_framework(FWEventKit EventKit)
qt_internal_find_apple_system_framework(FWHealthKit HealthKit)