From f51d3f22e8c27479a14f3e952140547db2d699d5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 19 Sep 2026 16:12:19 +0200 Subject: [PATCH] cleanup --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8936eee42..50c4ce59d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# NOTE: Qt modules for tests are defined centrally in cmake/FindQtRuntime.cmake (the QT_COMPONENTS_TEST variable). +# NOTE: Qt modules for tests are defined centrally in cmake/FindQtRuntime.cmake (QT_COMPONENTS_TEST variable). # If a new test needs additional Qt modules, add them there — not in individual test CMakeLists.txt files. enable_testing()