diff --git a/src/corelib/doc/src/cmake-macros.qdoc b/src/corelib/doc/src/cmake-macros.qdoc index 7c0443fba7..387cdbf729 100644 --- a/src/corelib/doc/src/cmake-macros.qdoc +++ b/src/corelib/doc/src/cmake-macros.qdoc @@ -44,9 +44,9 @@ qt5_wrap_cpp( src_file1 [src_file2 ...] \section1 Description -Creates rules for calling \l{moc}{Meta-Object Compiler (moc)} on the given +Creates rules for calling the \l{moc}{Meta-Object Compiler (moc)} on the given source files. For each input file, an output file is generated in the build -directory. The paths of the generated files are added to\c{}. +directory. The paths of the generated files are added to \c{}. \note This is a low-level macro. See the \l{CMake AUTOMOC Documentation} for a more convenient way to let source files be processed with \c{moc}.