Warning, /frameworks/attica/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddTests)
0002 
0003 find_package(Qt6 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Test)
0004 set_package_properties(Qt6Test PROPERTIES PURPOSE "Required for autotests")
0005 
0006 ecm_add_tests(
0007   configtest.cpp
0008   persontest.cpp
0009   providertest.cpp
0010   LINK_LIBRARIES Qt6::Test KF6::Attica
0011 )