diff options
| author | David Faure <faure@kde.org> | 2008-06-04 23:00:54 +0000 | 
|---|---|---|
| committer | David Faure <faure@kde.org> | 2008-06-04 23:00:54 +0000 | 
| commit | f81e1536cec58ab362e9d45ddf7df7e51874658c (patch) | |
| tree | b1a763375c5ad281cc037be405447cd44deeac4b | |
| parent | 8b841ab2477b2d43601ed57cad3f11b82dab8fd7 (diff) | |
| download | extra-cmake-modules-f81e1536cec58ab362e9d45ddf7df7e51874658c.tar.gz extra-cmake-modules-f81e1536cec58ab362e9d45ddf7df7e51874658c.tar.bz2 | |
fix typo
svn path=/trunk/KDE/kdelibs/; revision=816917
| -rw-r--r-- | modules/FindQt4.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindQt4.cmake b/modules/FindQt4.cmake index cf259ed4..b6f791dd 100644 --- a/modules/FindQt4.cmake +++ b/modules/FindQt4.cmake @@ -107,7 +107,7 @@  #        If the optional argument interfacename is omitted, the name of the   #        interface file is constructed from the basename of the header with  #        the suffix .xml appended. -#        Options may be given to uic, such as those found when executing "qdbuscpp2xml --help" +#        Options may be given to qdbuscpp2xml, such as those found when executing "qdbuscpp2xml --help"  #  #  QT_FOUND         If false, don't try to use Qt.  #  QT4_FOUND        If false, don't try to use Qt 4. | 
