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

0001 kcoreaddons_add_plugin(choqok_longurl SOURCES longurl.cpp INSTALL_NAMESPACE "choqok_plugins")
0002 
0003 # kconfig_add_kcfg_files(choqok_longurl longurlsettings.kcfgc)
0004 
0005 target_link_libraries(choqok_longurl
0006 PUBLIC
0007     Qt::Core
0008     KF5::CoreAddons
0009     KF5::KIOCore
0010     KF5::KIOWidgets
0011     choqok
0012 )