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

0001 kcoreaddons_add_plugin(choqok_imagepreview SOURCES imagepreview.cpp INSTALL_NAMESPACE "choqok_plugins")
0002 
0003 target_link_libraries(choqok_imagepreview
0004 PUBLIC
0005     Qt::Core
0006     Qt::Gui
0007     KF5::CoreAddons
0008     choqok
0009 )