[vlmc-devel] commit: ts/CMakeLists.txt: Removes addition of invalid translation file: " template.qm" (Rohit Yadav )

git at videolan.org git at videolan.org
Mon Sep 27 00:15:02 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Sep 27 04:02:01 2010 +0530| [c27c91b93e5c9b21ab092814e3319af7cd6ab20c] | committer: Rohit Yadav 

ts/CMakeLists.txt: Removes addition of invalid translation file: "template.qm"

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c27c91b93e5c9b21ab092814e3319af7cd6ab20c
---

 ts/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ts/CMakeLists.txt b/ts/CMakeLists.txt
index 6f6cbd4..6cc87d3 100644
--- a/ts/CMakeLists.txt
+++ b/ts/CMakeLists.txt
@@ -37,7 +37,7 @@ MACRO(QT4_ADD_TRANSLATIONS outfiles)
 ENDMACRO(QT4_ADD_TRANSLATIONS)
 
 ## Collect all translations files
-FILE (GLOB vlmc_TS ${CMAKE_SOURCE_DIR}/ts/*.ts)
+FILE (GLOB vlmc_TS ${CMAKE_SOURCE_DIR}/ts/vlmc*.ts)
 
 IF(QT_LRELEASE_EXECUTABLE)
     ## Wraps the collected translations



More information about the Vlmc-devel mailing list