diff options
Diffstat (limited to 'quanta/components/debugger/gubed/CMakeLists.txt')
-rw-r--r-- | quanta/components/debugger/gubed/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quanta/components/debugger/gubed/CMakeLists.txt b/quanta/components/debugger/gubed/CMakeLists.txt index a5cfe95d..b25bb6f3 100644 --- a/quanta/components/debugger/gubed/CMakeLists.txt +++ b/quanta/components/debugger/gubed/CMakeLists.txt @@ -27,7 +27,11 @@ link_directories( ##### other data ################################ -install( FILES quantadebuggergubed.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE quantadebuggergubed.desktop + DESTINATION ${SERVICES_INSTALL_DIR} + PO_DIR quanta-desktops +) ##### quantadebuggergubed (module) ############## |