diff options
| author | Timur Pocheptsov <[email protected]> | 2025-04-02 15:19:38 +0200 |
|---|---|---|
| committer | Timur Pocheptsov <[email protected]> | 2025-04-25 18:14:23 +0200 |
| commit | d4efce2119ed1967d7b2ba8e5ae5d8571ea68906 (patch) | |
| tree | c06091ca47fbd435e1e60bb211cb682d48ee8645 | |
| parent | 913829ae4ed44db26dc6ecd78d3a229955add5af (diff) | |
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 <[email protected]>
Reviewed-by: Alexandru Croitor <[email protected]>
| -rw-r--r-- | cmake/QtFrameworkHelpers.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtFrameworkHelpers.cmake b/cmake/QtFrameworkHelpers.cmake index d03c7d42bf3..1982937aaf8 100644 --- a/cmake/QtFrameworkHelpers.cmake +++ b/cmake/QtFrameworkHelpers.cmake @@ -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) |
