Skip to content

Upstream FindGLIB2.cmake changes from Qt

Volker Krause requested to merge work/vkrause/upstream-qt-find-glib-changes into master

Qt has a copy of this and has added support for a few more components.

Changes by:

For builds against a static Qt we need those two to match, as Qt's CMake config files contain find calls that expect their version. If our version is found in the search path first instead things break.

Merge request reports