diff options
author | Slávek Banko <[email protected]> | 2020-07-08 01:20:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-08 01:20:52 +0200 |
commit | 2a2437b3022a990bc9cded4d07c56a0d093b2a0c (patch) | |
tree | d00dc0c66bbaf157634036e8827011d2eb8ffd4b /kviewshell/plugins/djvu/CMakeLists.txt | |
parent | 4421872bb29f158a742d84d0c5b06106763427f1 (diff) | |
download | tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.tar.gz tdegraphics-2a2437b3022a990bc9cded4d07c56a0d093b2a0c.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kviewshell/plugins/djvu/CMakeLists.txt')
-rw-r--r-- | kviewshell/plugins/djvu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/plugins/djvu/CMakeLists.txt b/kviewshell/plugins/djvu/CMakeLists.txt index d950a5df..237f6bf3 100644 --- a/kviewshell/plugins/djvu/CMakeLists.txt +++ b/kviewshell/plugins/djvu/CMakeLists.txt @@ -31,7 +31,7 @@ link_directories( tde_create_translated_desktop( SOURCE djvumultipage.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kviewshell-desktops + PO_DIR kviewshell-desktops ) install( FILES djvumultipage.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) |