summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2008-08-30 13:39:33 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2008-08-30 13:39:33 (GMT)
commit87a31b5b7f6bfb5f7dde1284b4c35539fa432a90 (patch)
treef82225f64fe5c0884ee8838262f5493849a28315 /Modules/FindQt4.cmake
parent58192f6d87c4f1a7b7bae8b73fa496a00c68d7ec (diff)
downloadCMake-87a31b5b7f6bfb5f7dde1284b4c35539fa432a90.zip
CMake-87a31b5b7f6bfb5f7dde1284b4c35539fa432a90.tar.gz
CMake-87a31b5b7f6bfb5f7dde1284b4c35539fa432a90.tar.bz2
ENH: For #7433, add documentation that directories also can be specified to
update the translation files.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake
index 542bb0b..626232f 100644
--- a/Modules/FindQt4.cmake
+++ b/Modules/FindQt4.cmake
@@ -103,11 +103,11 @@
# interface file is constructed from the basename of the header with
# the suffix .xml appended.
#
-# macro QT4_CREATE_TRANSLATION( qm_files sources ... ts_files ... )
+# macro QT4_CREATE_TRANSLATION( qm_files directories ... sources ... ts_files ... )
# out: qm_files
-# in: sources ts_files
+# in: directories sources ts_files
# generates commands to create .ts (vie lupdate) and .qm
-# (via lrelease) - files from sources. The ts files are
+# (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.
# Updating the translations can be done by adding the qm_files