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:
Tor Arne Vestbø 2022-11-08 15:12:14 +01:00
parent 53788ff7b8
commit 3d03001d2d

View File

@ -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