CMake: Add CryptoTokenKit framework for macOS
Set ${FWCryptoTokenKit} when the framework has been found.
This is useful for WIP card reader support in QtConnectivity.
Task-number: QTBUG-97946
Change-Id: I0e85e0fd2e0fc45fb3069bbdaa2d8b2c927a6c2d
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
parent
60db7a5dc1
commit
a7b70ee55b
|
|
@ -10,6 +10,7 @@ macro(qt_find_apple_system_frameworks)
|
|||
qt_internal_find_apple_system_framework(FWCoreGraphics CoreGraphics)
|
||||
qt_internal_find_apple_system_framework(FWCoreText CoreText)
|
||||
qt_internal_find_apple_system_framework(FWCoreVideo CoreVideo)
|
||||
qt_internal_find_apple_system_framework(FWCryptoTokenKit CryptoTokenKit)
|
||||
qt_internal_find_apple_system_framework(FWDiskArbitration DiskArbitration)
|
||||
qt_internal_find_apple_system_framework(FWFoundation Foundation)
|
||||
qt_internal_find_apple_system_framework(FWIOBluetooth IOBluetooth)
|
||||
|
|
|
|||
Loading…
Reference in New Issue