diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:54 +0200 |
commit | bcbe4700e9612098ea94ac40ac95e23769ba5e10 (patch) | |
tree | 8fb8536f5bb8f5c955f774b26a187fbef0762359 /styles | |
parent | eeadc3f5cae5e5f0ae2b618b0521179fe2a37cd8 (diff) | |
download | tdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.tar.gz tdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1e91884c7c3990f5d5e7dafb028e558a4852568c)
Diffstat (limited to 'styles')
-rw-r--r-- | styles/dotnet/CMakeLists.txt | 2 | ||||
-rw-r--r-- | styles/phase/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/CMakeLists.txt b/styles/dotnet/CMakeLists.txt index 824aff4c..e3c00aca 100644 --- a/styles/dotnet/CMakeLists.txt +++ b/styles/dotnet/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( tde_create_translated_desktop( SOURCE dotnet.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/style-themes + PO_DIR style-themes ) diff --git a/styles/phase/CMakeLists.txt b/styles/phase/CMakeLists.txt index 2c9dcca4..f1a32611 100644 --- a/styles/phase/CMakeLists.txt +++ b/styles/phase/CMakeLists.txt @@ -31,7 +31,7 @@ add_subdirectory( config ) tde_create_translated_desktop( SOURCE phase.themerc DESTINATION ${DATA_INSTALL_DIR}/tdestyle/themes - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/style-themes + PO_DIR style-themes ) ##### phasestyle ################################# |