diff options
author | Slávek Banko <[email protected]> | 2020-04-06 15:30:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 15:30:35 +0200 |
commit | b50a9bd4981088e632ba33e2140f8941678b9ddf (patch) | |
tree | c292efde575f06f94de48e53b66df24a7de3971d /po/CMakeLists.txt | |
parent | f9ba8ec79aedcaeff14357cc33b599e016e04287 (diff) | |
download | kcmautostart-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.txt | 6 |
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( ) |