diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/commonCMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index b6d273ad114..6f4d4cc314f 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -145,6 +145,7 @@ if( BUILD_MESSAGES ) tde_create_translated_desktop( SOURCE messages/entry.desktop DESTINATION ${LOCALE_INSTALL_DIR}/${_lang} + PO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../translations/desktop_files/entry.desktop ) endif() if( locale_base_files ) |