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

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