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:04 +0200 |
commit | 3bcc801b31f7cd5b5f2998d919ab826de87e4b24 (patch) | |
tree | ae2529e44a7fd9779330fbeb38bcbbfd9403e3cc /po/CMakeLists.txt | |
parent | d0b56db6fdd6912498d787f782c8a9e110736c74 (diff) | |
download | kcmautostart-3bcc801b31f7cd5b5f2998d919ab826de87e4b24.tar.gz kcmautostart-3bcc801b31f7cd5b5f2998d919ab826de87e4b24.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 | 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( ) |