summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:21:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:21:56 +0200
commit1492f4ef59236fa491af44334959aeb3edaf60ff (patch)
tree00f5796d34dd9eacc7c9e573e38b31615405884b /po/CMakeLists.txt
parentb90954e37e0babbfa2eed1620ce700cc96c5b9b5 (diff)
downloaddolphin-1492f4ef59236fa491af44334959aeb3edaf60ff.tar.gz
dolphin-1492f4ef59236fa491af44334959aeb3edaf60ff.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 46fba83..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 ${PROJECT_NAME} )
-endif( )