diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-10 03:25:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-10 03:25:04 +0200 |
commit | bb85240163556c2e906b7bb06012455b89ad86a3 (patch) | |
tree | d7e0abbe0932041299d7d0bb6c2ce22e0f612307 /src/themes/FingerPrint/CMakeLists.txt | |
parent | da2265fddc28cce08bc2a22efe1248d233bf2f87 (diff) | |
download | ksplash-engine-moodin-bb85240163556c2e906b7bb06012455b89ad86a3.tar.gz ksplash-engine-moodin-bb85240163556c2e906b7bb06012455b89ad86a3.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/themes/FingerPrint/CMakeLists.txt')
-rw-r--r-- | src/themes/FingerPrint/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/themes/FingerPrint/CMakeLists.txt b/src/themes/FingerPrint/CMakeLists.txt index fa5afec..920186d 100644 --- a/src/themes/FingerPrint/CMakeLists.txt +++ b/src/themes/FingerPrint/CMakeLists.txt @@ -9,5 +9,5 @@ tde_create_translated_desktop( SOURCE Theme.rc KEYWORDS Label1 Label2 Label3 Label4 Label5 DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/FingerPrint - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/themes + PO_DIR themes ) |