Skip to content

FindQt4: Do not assume all libraries are frameworks

Since on MacOSX not all modules are available as "framework" (e.g libQtUiTools.a), the assumption made in "FindQt4.cmake" is not always valid and systematically setting the imported libraries location to framework location is incorrect.

This commit increases the robustness of the logic by first checking if the location exists.

Fixes #17195 (closed)

Merge request reports