Warning, /network/choqok/plugins/shorteners/ur1_ca/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(choqok_ur1_ca SOURCES ur1_ca.cpp INSTALL_NAMESPACE "choqok_plugins")
0002 
0003 target_link_libraries(choqok_ur1_ca
0004 PUBLIC
0005     Qt::Core
0006     KF5::CoreAddons
0007     KF5::I18n
0008     KF5::KIOCore
0009     choqok
0010 )