diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-08 01:20:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-08 01:20:52 +0200 |
commit | 2a2437b3022a990bc9cded4d07c56a0d093b2a0c (patch) | |
tree | d00dc0c66bbaf157634036e8827011d2eb8ffd4b /kpdf/shell/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 <slavek.banko@axis.cz>
Diffstat (limited to 'kpdf/shell/CMakeLists.txt')
-rw-r--r-- | kpdf/shell/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/CMakeLists.txt b/kpdf/shell/CMakeLists.txt index 1794250c..30691f02 100644 --- a/kpdf/shell/CMakeLists.txt +++ b/kpdf/shell/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( tde_create_translated_desktop( SOURCE kpdf.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kpdf-desktops + PO_DIR kpdf-desktops ) install( FILES shell.rc DESTINATION ${DATA_INSTALL_DIR}/kpdf ) |