Warning, /utilities/krusader/app/Locate/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(Locate_SRCS
0002     locate.cpp)
0003 
0004 add_library(Locate STATIC ${Locate_SRCS})
0005 
0006 target_link_libraries(Locate
0007     KF5::ConfigCore
0008     KF5::CoreAddons
0009     KF5::Completion
0010     KF5::KIOCore
0011     KF5::I18n
0012     KF5::IconThemes
0013     KF5::Parts
0014     KF5::TextWidgets
0015     KF5::WidgetsAddons
0016 )