summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-26 12:00:52 +0200
committerSlávek Banko <[email protected]>2020-05-26 12:01:38 +0200
commitca1ef74423b0adf545023cba1ddf14efd0e3a302 (patch)
tree5be9a3e529ca41c60a79ed0b72ca3e79bc6490d1 /po/CMakeLists.txt
parent00bf30e916c97eda281d8c3ca5cd4280ba4beaab (diff)
downloadkcmldapmanager-ca1ef74423b0adf545023cba1ddf14efd0e3a302.tar.gz
kcmldapmanager-ca1ef74423b0adf545023cba1ddf14efd0e3a302.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit e3886ded913ef52eaaebed65abaec853f0c27817)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index ad36a01..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
-endif( )