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

0001 kcoreaddons_add_plugin(choqok_imageshack SOURCES imageshack.cpp INSTALL_NAMESPACE "choqok_plugins")
0002 
0003 target_link_libraries(choqok_imageshack
0004 PUBLIC
0005     Qt::Core
0006     Qt::Xml
0007     KF5::CoreAddons
0008     KF5::I18n
0009     KF5::KIOCore
0010     choqok
0011 )
0012 
0013 add_subdirectory(icons)