Warning, /frameworks/kinit/src/kshell/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(kshell5 shell.cpp)
0002 ecm_mark_nongui_executable(kshell5)
0003 
0004 target_link_libraries(kshell5 ${KINIT_SOCKET_LIBRARY} Qt5::Core)
0005 
0006 if (NOT WIN32)
0007     target_link_libraries(kshell5 KF5::DBusAddons)
0008 endif()
0009 
0010 install(TARGETS kshell5 ${KF5_INSTALL_TARGETS_DEFAULT_ARGS} )