Skip to content

Commit e5377cd

Browse files
committed
install target plugins paths
1 parent da480ac commit e5377cd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/kate_with_ai/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ target_link_libraries(kate_with_ai
1919
KF5::I18n
2020
KF5::TextEditor
2121
)
22+
23+
install(TARGETS kate_with_ai
24+
LIBRARY DESTINATION lib64/qt5/plugins/ktexteditor
25+
)

src/kdevcxx_with_ai/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ install(TARGETS kdevcxx_with_ai DESTINATION ${PLUGIN_INSTALL_DIR})
2626
install(FILES kdevcxx_with_ai.json DESTINATION ${KDE_INSTALL_KSERVICES5DIR})
2727
message(STATUS "PLUGIN_INSTALL_DIR ${PLUGIN_INSTALL_DIR}")
2828
message(STATUS "KDE_INSTALL_KSERVICES5DIR ${KDE_INSTALL_KSERVICES5DIR}")
29+
30+
install(TARGETS kdevcxx_with_ai
31+
LIBRARY DESTINATION lib64/qt5/plugins/kdevplatform/513
32+
)

0 commit comments

Comments
 (0)