2014-09-08 02:09:18 +01:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
|
2014-06-14 17:45:53 +01:00
|
|
|
include_directories(${CMAKE_SOURCE_DIR})
|
|
|
|
|
2014-06-16 19:02:07 +01:00
|
|
|
add_library(kdeconnectfiletiemaction MODULE sendfileitemaction.cpp)
|
2014-09-21 23:16:39 +01:00
|
|
|
target_link_libraries(kdeconnectfiletiemaction KF5::KIOWidgets KF5::I18n KF5::KDELibs4Support kdeconnectinterfaces)
|
2014-06-14 17:45:53 +01:00
|
|
|
install(TARGETS kdeconnectfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|