summaryrefslogtreecommitdiffstats
path: root/quanta/data/config/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/data/config/CMakeLists.txt')
-rw-r--r--quanta/data/config/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/quanta/data/config/CMakeLists.txt b/quanta/data/config/CMakeLists.txt
index fa091c93..2a839156 100644
--- a/quanta/data/config/CMakeLists.txt
+++ b/quanta/data/config/CMakeLists.txt
@@ -13,6 +13,8 @@ install( FILES
plugins.rc actions.rc quantaui.rc
DESTINATION ${DATA_INSTALL_DIR}/quanta )
-install( FILES
- quanta_preview_config.desktop
- DESTINATION ${SERVICES_INSTALL_DIR} )
+tde_create_translated_desktop(
+ SOURCE quanta_preview_config.desktop
+ DESTINATION ${SERVICES_INSTALL_DIR}
+ PO_DIR quanta-desktops
+)