2019-04-15 21:36:34 +01:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
|
|
|
|
|
2023-07-20 14:31:40 +01:00
|
|
|
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
|
|
|
|
|
|
|
|
ecm_qt_declare_logging_category(kdeconnectfileitemaction
|
|
|
|
HEADER kdeconnect_fileitemaction_debug.h
|
2020-05-26 17:55:47 +01:00
|
|
|
IDENTIFIER KDECONNECT_FILEITEMACTION CATEGORY_NAME kdeconnect.fileitemaction
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (fileitemaction)")
|
2019-11-25 15:13:27 +00:00
|
|
|
target_link_libraries(
|
|
|
|
kdeconnectfileitemaction
|
2023-04-15 11:57:52 +01:00
|
|
|
KF${QT_MAJOR_VERSION}::KIOWidgets
|
|
|
|
KF${QT_MAJOR_VERSION}::I18n
|
2019-04-15 21:36:34 +01:00
|
|
|
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)
|