summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-05 16:22:24 +0200
committerSlávek Banko <[email protected]>2020-04-05 16:22:24 +0200
commit19219ddd34f3914386c16cad212376bc907f9eaf (patch)
tree1789a9ef1ea29bc6fc25f643d51cda73e554bda9 /po/CMakeLists.txt
parented85ba62356e3176b91bef08016ab9ed44084003 (diff)
downloadkbookreader-19219ddd34f3914386c16cad212376bc907f9eaf.tar.gz
kbookreader-19219ddd34f3914386c16cad212376bc907f9eaf.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
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 597c341..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( )