summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-05 11:31:49 +0200
committerSlávek Banko <[email protected]>2020-04-05 11:31:49 +0200
commita46e7cc11eb4298288a2f969991063c72799ef20 (patch)
tree4b00081aa73c5e6a6b0dba41b2e65524ed5643e6 /po/CMakeLists.txt
parent52977da36daddb6eeda1d3355dd76ed2ec240d11 (diff)
downloadkbarcode-a46e7cc11eb4298288a2f969991063c72799ef20.tar.gz
kbarcode-a46e7cc11eb4298288a2f969991063c72799ef20.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 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( )