summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-06 15:30:04 +0200
committerSlávek Banko <[email protected]>2020-04-06 15:30:35 +0200
commitb50a9bd4981088e632ba33e2140f8941678b9ddf (patch)
treec292efde575f06f94de48e53b66df24a7de3971d /po/CMakeLists.txt
parentf9ba8ec79aedcaeff14357cc33b599e016e04287 (diff)
downloadkcmautostart-b50a9bd4981088e632ba33e2140f8941678b9ddf.tar.gz
kcmautostart-b50a9bd4981088e632ba33e2140f8941678b9ddf.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3bcc801b31f7cd5b5f2998d919ab826de87e4b24)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index d1f5c7c..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# build translations if some are already available
-
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME autostart )
-endif( )