2019-04-15 21:36:34 +01:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
|
|
|
|
|
2020-05-26 17:55:47 +01:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER kdeconnect_fileitemaction_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_FILEITEMACTION CATEGORY_NAME kdeconnect.fileitemaction
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (fileitemaction)")
|
|
|
|
|
|
|
|
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp ${debug_file_SRCS})
|
2019-11-25 15:13:27 +00:00
|
|
|
target_link_libraries(
|
|
|
|
kdeconnectfileitemaction
|
2019-04-15 21:36:34 +01:00
|
|
|
KF5::KIOWidgets
|
|
|
|
KF5::I18n
|
|
|
|
kdeconnectinterfaces
|
2019-06-09 16:28:49 +01:00
|
|
|
kdeconnectcore
|
2019-04-15 21:36:34 +01:00
|
|
|
)
|
2022-04-20 23:50:14 +01:00
|
|
|
install(TARGETS kdeconnectfileitemaction DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/kfileitemaction)
|