Warning, /network/kdeconnect-kde/fileitemactionplugin/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
0002 
0003 add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
0004 
0005 ecm_qt_declare_logging_category(kdeconnectfileitemaction
0006     HEADER kdeconnect_fileitemaction_debug.h
0007     IDENTIFIER KDECONNECT_FILEITEMACTION CATEGORY_NAME kdeconnect.fileitemaction
0008     DEFAULT_SEVERITY Warning
0009     EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (fileitemaction)")
0010 target_link_libraries(
0011     kdeconnectfileitemaction
0012     KF6::KIOWidgets
0013     KF6::I18n
0014     kdeconnectinterfaces
0015     kdeconnectcore
0016 )
0017 install(TARGETS kdeconnectfileitemaction DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kfileitemaction)