diff options
Diffstat (limited to 'template/commonCMakeLists.txt')
-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 e5c97d8d9ab..36a72a15395 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 ) |