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 /kview/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 'kview/CMakeLists.txt')
-rw-r--r-- | kview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/CMakeLists.txt b/kview/CMakeLists.txt index c75c7c75..8d6eed7e 100644 --- a/kview/CMakeLists.txt +++ b/kview/CMakeLists.txt @@ -34,7 +34,7 @@ tde_install_icons( kview ) tde_create_translated_desktop( SOURCE kview.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kview-desktops + PO_DIR kview-desktops ) install( FILES kviewui.rc DESTINATION ${DATA_INSTALL_DIR}/kview ) |