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

0001 include(ECMAddTests)
0002 
0003 if(NOT EXCLUDE_DEPRECATED_BEFORE_AND_AT STREQUAL "CURRENT" AND
0004         EXCLUDE_DEPRECATED_BEFORE_AND_AT VERSION_LESS 5.88.0)
0005 ecm_add_tests(
0006  kcmoduleinfotest.cpp
0007  kcmultidialogtest.cpp
0008 
0009  LINK_LIBRARIES KF5KCMUtils Qt${QT_MAJOR_VERSION}::Test
0010 )
0011 endif()
0012 
0013 add_subdirectory(jsonplugin)
0014 add_subdirectory(desktopfilekcm)
0015 add_subdirectory(module_data_codegen)
0016 add_subdirectory(fakekcm)