Browse Source

Merge topic 'FindQt4-doc-typo'

f8332bec19 FindQt4: Fix typo in documentation formatting

Acked-by: Kitware Robot <[email protected]>
Merge-request: !8853
Brad King 2 years ago
parent
commit
0cafd637f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindQt4.cmake

+ 1 - 1
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.