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 set(debug_file_SRCS) 0004 ecm_qt_declare_logging_category( 0005 debug_file_SRCS HEADER kdeconnect_fileitemaction_debug.h 0006 IDENTIFIER KDECONNECT_FILEITEMACTION CATEGORY_NAME kdeconnect.fileitemaction 0007 DEFAULT_SEVERITY Warning 0008 EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (fileitemaction)") 0009 0010 add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp ${debug_file_SRCS}) 0011 target_link_libraries( 0012 kdeconnectfileitemaction 0013 KF5::KIOWidgets 0014 KF5::I18n 0015 kdeconnectinterfaces 0016 kdeconnectcore 0017 ) 0018 install(TARGETS kdeconnectfileitemaction DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kfileitemaction)