From 2f9c8338354d0ff44c7b2ca51d3c0a3c5349c052 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:49:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/core/tests/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/tests/CMakeLists.txt b/src/core/tests/CMakeLists.txt index fa2831fa..f8b7a889 100644 --- a/src/core/tests/CMakeLists.txt +++ b/src/core/tests/CMakeLists.txt @@ -66,10 +66,7 @@ if(DEFINED KDSME_TESTHELPER_EXTRA_LIBS) kdstatemachineeditor_core ) else() - ecm_add_test( - test_scxmlexport.cpp LINK_LIBRARIES Qt${Qt_VERSION_MAJOR}::Test - kdstatemachineeditor_core - ) + ecm_add_test(test_scxmlexport.cpp LINK_LIBRARIES Qt${Qt_VERSION_MAJOR}::Test kdstatemachineeditor_core) endif() ecm_add_test(test_statemachine.cpp LINK_LIBRARIES kdsme_testhelper)