diff options
Diffstat (limited to 'twin/clients/plastik/CMakeLists.txt')
-rw-r--r-- | twin/clients/plastik/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/twin/clients/plastik/CMakeLists.txt b/twin/clients/plastik/CMakeLists.txt index d782413ce..695468994 100644 --- a/twin/clients/plastik/CMakeLists.txt +++ b/twin/clients/plastik/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES plastik.desktop DESTINATION ${DATA_INSTALL_DIR}/twin ) +tde_create_translated_desktop( + SOURCE plastik.desktop + DESTINATION ${DATA_INSTALL_DIR}/twin + PO_DIR twin-clients-desktops +) ##### twin3_plastik (module) #################### |