[Cmake-commits] [cmake-commits] clinton committed FindQt4.cmake 1.130 1.131

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Aug 30 09:39:36 EDT 2008


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv17490

Modified Files:
	FindQt4.cmake 
Log Message:

ENH:  For #7433, add documentation that directories also can be specified to
      update the translation files.



Index: FindQt4.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindQt4.cmake,v
retrieving revision 1.130
retrieving revision 1.131
diff -C 2 -d -r1.130 -r1.131
*** FindQt4.cmake	26 Aug 2008 20:04:36 -0000	1.130
--- FindQt4.cmake	30 Aug 2008 13:39:33 -0000	1.131
***************
*** 104,112 ****
  #        the suffix .xml appended.
  #
! #  macro QT4_CREATE_TRANSLATION( qm_files sources ... ts_files ... )
  #        out: qm_files
! #        in:  sources ts_files
  #        generates commands to create .ts (vie lupdate) and .qm
! #        (via lrelease) - files from sources. The ts files are 
  #        created and/or updated in the source tree (unless given with full paths).
  #        The qm files are generated in the build tree.
--- 104,112 ----
  #        the suffix .xml appended.
  #
! #  macro QT4_CREATE_TRANSLATION( qm_files directories ... sources ... ts_files ... )
  #        out: qm_files
! #        in:  directories sources ts_files
  #        generates commands to create .ts (vie lupdate) and .qm
! #        (via lrelease) - files from directories and/or sources. The ts files are 
  #        created and/or updated in the source tree (unless given with full paths).
  #        The qm files are generated in the build tree.



More information about the Cmake-commits mailing list