Fix typo in fileitemaction plugin's name
REVIEW: 126169
This commit is contained in:
parent
0809e33118
commit
c3b4b7190a
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@ find_package(KF5 REQUIRED COMPONENTS KIO)
|
|||
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-fileitemaction")
|
||||
include_directories(${CMAKE_SOURCE_DIR})
|
||||
|
||||
add_library(kdeconnectfiletiemaction MODULE sendfileitemaction.cpp)
|
||||
target_link_libraries(kdeconnectfiletiemaction
|
||||
add_library(kdeconnectfileitemaction MODULE sendfileitemaction.cpp)
|
||||
target_link_libraries(kdeconnectfileitemaction
|
||||
KF5::KIOWidgets
|
||||
KF5::I18n
|
||||
kdeconnectinterfaces
|
||||
)
|
||||
install(TARGETS kdeconnectfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
install(TARGETS kdeconnectfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR})
|
||||
install(FILES kdeconnectsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
||||
|
|
Loading…
Reference in a new issue