diff options
author | Slávek Banko <[email protected]> | 2020-04-05 11:31:49 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 11:31:49 +0200 |
commit | a46e7cc11eb4298288a2f969991063c72799ef20 (patch) | |
tree | 4b00081aa73c5e6a6b0dba41b2e65524ed5643e6 /po/CMakeLists.txt | |
parent | 52977da36daddb6eeda1d3355dd76ed2ec240d11 (diff) | |
download | kbarcode-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.txt | 5 |
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( ) |