Warning, /plasma/plasma-workspace/kioworkers/desktop/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(testdesktop kio_desktop_test.cpp)
0002 target_link_libraries(testdesktop KF6::KIOWidgets KF6::Solid Qt::Test Qt::DBus)
0003 
0004 ecm_mark_as_test(testdesktop)
0005 add_test(NAME testdesktop COMMAND testdesktop)
0006 # FIXME test is broken
0007 set_tests_properties(testdesktop PROPERTIES DISABLED TRUE)