kdeconnect-kde/fileitemactionplugin/CMakeLists.txt

18 lines
702 B
CMake
Raw Normal View History

add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
ecm_qt_declare_logging_category(kdeconnectfileitemaction
HEADER kdeconnect_fileitemaction_debug.h
IDENTIFIER KDECONNECT_FILEITEMACTION CATEGORY_NAME kdeconnect.fileitemaction
DEFAULT_SEVERITY Warning
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (fileitemaction)")
target_link_libraries(
kdeconnectfileitemaction
2023-04-15 11:57:52 +01:00
KF${QT_MAJOR_VERSION}::KIOWidgets
KF${QT_MAJOR_VERSION}::I18n
kdeconnectinterfaces
2019-06-09 16:28:49 +01:00
kdeconnectcore
)
2023-11-03 07:45:08 +00:00
install(TARGETS kdeconnectfileitemaction DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kfileitemaction)