summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-10-02 13:52:59 (GMT)
committerBrad King <brad.king@kitware.com>2023-10-02 13:52:59 (GMT)
commitf8332bec191f2fffe73fc538ffe533edb57ca47a (patch)
tree782650b1e290ec3344ff9a79d31f956bce3e4e6d /Modules
parent3278d7b4499e6d653739c9e2ded6616ad50690d6 (diff)
downloadCMake-f8332bec191f2fffe73fc538ffe533edb57ca47a.zip
CMake-f8332bec191f2fffe73fc538ffe533edb57ca47a.tar.gz
CMake-f8332bec191f2fffe73fc538ffe533edb57ca47a.tar.bz2
FindQt4: Fix typo in documentation formatting
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake
index 3154ad3..9174bee 100644
--- a/Modules/FindQt4.cmake
+++ b/Modules/FindQt4.cmake
@@ -36,7 +36,7 @@ Qt Build Tools
^^^^^^^^^^^^^^
Qt relies on some bundled tools for code generation, such as ``moc`` for
-meta-object code generation,``uic`` for widget layout and population,
+meta-object code generation, ``uic`` for widget layout and population,
and ``rcc`` for virtual filesystem content generation. These tools may be
automatically invoked by :manual:`cmake(1)` if the appropriate conditions
are met. See :manual:`cmake-qt(7)` for more.