Skip to content

Raise the minimum CMake version to match the Qt 6 one

Christophe Marin requested to merge work/raise_minimum_cmake_version into master

Qt 6.3 wants the dependent projects to use the same CMake policies as the ones used to build Qt. To do that, an error is thrown if the minimum CMake version doesn't match the qtbase one on platforms using shared libraries.

Merge request reports