cca279338c
When scanning the prl files to set up usage requirements for the Qt libraries we omitted "-framework Foo" flags. Those were passed as linker flags, but not as interface libraries. Consequently, the frameworks that are used by Qt libraries were missing on the link line when building against a statically built Qt. Fix this issue by scanning the dependencies for "-framework Foo" just like we do with "-lfoo" flags. Fixes: QTBUG-80855 Change-Id: Ie7804304141c86207d143a6e1005e78bdc099113 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Kyle Edwards <kyle.edwards@kitware.com> |
||
---|---|---|
.. | ||
ExtraSourceIncludes.cmake.in | ||
Qt5BasicConfig.cmake.in | ||
Qt5ConfigVersion.cmake.in | ||
Qt5ImportPlugin.cpp.in | ||
Qt5PluginTarget.cmake.in |