diff options
Diffstat (limited to 'tutorials/CMakeLists.txt')
-rw-r--r-- | tutorials/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index c6732ad..627b594 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -6,6 +6,9 @@ # ################################################# -install( FILES +tde_create_translated_desktop( + SOURCE .directory docprimer.desktop markup.desktop styleguide.desktop - DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Tutorials ) + DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Tutorials + PO_DIR tutorials-desktops +) |