kdeconnect-kde/fileitemactionplugin/CMakeLists.txt

12 lines
438 B
CMake
Raw Normal View History

2014-09-08 02:09:18 +01:00
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
include_directories(${CMAKE_SOURCE_DIR})
add_library(kdeconnectfiletiemaction MODULE sendfileitemaction.cpp)
2015-03-22 06:12:04 +00:00
target_link_libraries(kdeconnectfiletiemaction
KF5::KIOWidgets
KF5::I18n
kdeconnectinterfaces
)
install(TARGETS kdeconnectfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})