iOS: Explicitly link to IOKit
We use it to implement QSysInfo::machineUniqueId() Pick-to: 6.2 6.3 6.4 Change-Id: I9303001cbc3e5e6716ee57ce9ae785dba08ba88f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
337f28c9ab
commit
b692d7b268
@ -562,6 +562,8 @@ qt_internal_extend_target(Core CONDITION APPLE
|
||||
LIBRARIES
|
||||
${FWCoreFoundation}
|
||||
${FWFoundation}
|
||||
PUBLIC_LIBRARIES
|
||||
${FWIOKit}
|
||||
)
|
||||
|
||||
qt_internal_extend_target(Core CONDITION MACOS
|
||||
@ -572,7 +574,6 @@ qt_internal_extend_target(Core CONDITION MACOS
|
||||
${FWSecurity}
|
||||
PUBLIC_LIBRARIES
|
||||
${FWDiskArbitration}
|
||||
${FWIOKit}
|
||||
)
|
||||
|
||||
qt_internal_extend_target(Core CONDITION INTEGRITY
|
||||
|
Loading…
Reference in New Issue
Block a user