2019-04-15 21:36:34 +01:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
|
|
|
|
include_directories(${CMAKE_SOURCE_DIR})
|
|
|
|
|
|
|
|
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
|
|
|
|
target_link_libraries(kdeconnectfileitemaction
|
|
|
|
KF5::KIOWidgets
|
|
|
|
KF5::I18n
|
|
|
|
kdeconnectinterfaces
|
2019-06-09 16:28:49 +01:00
|
|
|
kdeconnectcore
|
2019-04-15 21:36:34 +01:00
|
|
|
)
|
|
|
|
install(TARGETS kdeconnectfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|