diff options
Diffstat (limited to 'kate/insertcommand/CMakeLists.txt')
-rw-r--r-- | kate/insertcommand/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kate/insertcommand/CMakeLists.txt b/kate/insertcommand/CMakeLists.txt index 518d92a..412ddd7 100644 --- a/kate/insertcommand/CMakeLists.txt +++ b/kate/insertcommand/CMakeLists.txt @@ -27,3 +27,7 @@ tde_add_kpart( kateinsertcommandplugin AUTOMOC install( FILES ui.rc DESTINATION ${DATA_INSTALL_DIR}/kate/plugins/kateinsertcommand ) + +install( FILES kateinsertcommand.desktop + DESTINATION ${SERVICES_INSTALL_DIR} +) |