Warning, /kdevelop/kdevelop/plugins/perforce/p4clientstub/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(p4clientstub_SRCS  main.cpp )
0002 
0003 add_executable(p4clientstub ${p4clientstub_SRCS} )
0004 
0005 target_link_libraries(p4clientstub
0006        Qt5::Core
0007 )