From a7420884723c4fb09e6370fb25710a2172c10a0c Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Mon, 4 Oct 2021 22:10:56 +1100 Subject: Tests: Add support for testing Qt6 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 --- .gitlab/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab/artifacts.yml') diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 45e4c5b526..982f50b3bd 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -56,7 +56,7 @@ # Test directories. - build/Tests/CTest* - build/Tests/Find* - - build/Tests/Qt5* + - build/Tests/Qt* - build/Tests/RunCMake/ - build/Tests/CMakeOnly/ - build/Tests/CMakeTests/ -- cgit v1.2.1