macOS: Add dependency to Foundation for permission plugins
Fixes: QTBUG-108270 Change-Id: Ic09c3422d2006e18ab355af564ac1bb3f24318c2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Juha Vuolle <juha.vuolle@insta.fi>
This commit is contained in:
parent
53788ff7b8
commit
3d03001d2d
@ -526,6 +526,7 @@ function(qt_internal_add_darwin_permission_plugin permission)
|
||||
LIBRARIES
|
||||
Qt::Core
|
||||
Qt::CorePrivate
|
||||
${FWFoundation}
|
||||
)
|
||||
|
||||
# Disable PCH since CMake falls over on single .mm source targets
|
||||
|
Loading…
Reference in New Issue
Block a user