diff options
Diffstat (limited to 'tdeprint/rlpr/CMakeLists.txt')
-rw-r--r-- | tdeprint/rlpr/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeprint/rlpr/CMakeLists.txt b/tdeprint/rlpr/CMakeLists.txt index 65624f184..2918dc840 100644 --- a/tdeprint/rlpr/CMakeLists.txt +++ b/tdeprint/rlpr/CMakeLists.txt @@ -34,7 +34,11 @@ link_directories( ##### other data ################################ -install( FILES rlpr.print DESTINATION ${DATA_INSTALL_DIR}/tdeprint/plugins ) +tde_create_translated_desktop( + SOURCE rlpr.print + DESTINATION ${DATA_INSTALL_DIR}/tdeprint/plugins + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdeprint-desktops +) ##### tdeprint_rlpr ############################# |