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})
|
|
|
|
|
2015-11-25 16:38:58 +00:00
|
|
|
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
|
|
|
|
target_link_libraries(kdeconnectfileitemaction
|
2015-03-22 06:12:04 +00:00
|
|
|
KF5::KIOWidgets
|
|
|
|
KF5::I18n
|
|
|
|
kdeconnectinterfaces
|
|
|
|
)
|
2015-11-25 16:38:58 +00:00
|
|
|
install(TARGETS kdeconnectfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR})
|
2014-06-14 17:45:53 +01:00
|
|
|
install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|