diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-03-16 00:02:31 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-05 20:39:11 +0200 |
commit | 9a433f8b79341838590b19b833a59b4a1db216bf (patch) | |
tree | 07608f16e2af3f42a91b57cc90d35abebb40d210 /quanta/components/debugger/interfaces/CMakeLists.txt | |
parent | 6a49862306032b0d39f3bbd7521798e50b63dd95 (diff) | |
download | tdewebdev-9a433f8b79341838590b19b833a59b4a1db216bf.tar.gz tdewebdev-9a433f8b79341838590b19b833a59b4a1db216bf.zip |
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9b215fd2af36fbe86fc507d0cb3bba415c88fb58)
Diffstat (limited to 'quanta/components/debugger/interfaces/CMakeLists.txt')
-rw-r--r-- | quanta/components/debugger/interfaces/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quanta/components/debugger/interfaces/CMakeLists.txt b/quanta/components/debugger/interfaces/CMakeLists.txt index 72e14676..8307ab2c 100644 --- a/quanta/components/debugger/interfaces/CMakeLists.txt +++ b/quanta/components/debugger/interfaces/CMakeLists.txt @@ -19,7 +19,11 @@ include_directories( SYSTEM ${TQT_INCLUDE_DIRS} ) -install( FILES quantadebugger.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +tde_create_translated_desktop( + SOURCE quantadebugger.desktop + DESTINATION ${SERVICETYPES_INSTALL_DIR} + PO_DIR quanta-desktops +) ##### debuggerinterface (static) ################ |