Skip to content
  • Craig Scott's avatar
    Tests: Add support for testing Qt6 · a7420884
    Craig Scott authored
    The minimum CMake version for Qt6 is 3.16, so all the calls to
    cmake_minimum_required() are updated here to enforce that
    minimum. This will avoid any CMake version-related warnings
    from Qt.
    
    Avoid hard-coding Qt5 where the tests could now be using
    Qt5 or Qt6.
    
    Fixes: #22188
    a7420884