diff options
-rw-r--r-- | ksvg/core/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ksvg/core/CMakeLists.txt b/ksvg/core/CMakeLists.txt index 0cc444e6..13def4fd 100644 --- a/ksvg/core/CMakeLists.txt +++ b/ksvg/core/CMakeLists.txt @@ -33,6 +33,13 @@ install( FILES DESTINATION ${INCLUDE_INSTALL_DIR}/ksvg ) +##### other data ################################ + +install( FILES + ksvgrenderer.desktop + DESTINATION ${SERVICES_INSTALL_DIR} ) + + ##### ksvgcore (static) ######################### tde_add_library( ksvgcore STATIC_PIC AUTOMOC |