summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/AUTOMOC.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-01-09 09:32:27 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-01-09 09:32:27 (GMT)
commitdd2f42cc8459858b0281ea1e1923a880f7a9cba8 (patch)
tree39b3d85d7f17f93586ec6524da80c686b3d56169 /Help/prop_tgt/AUTOMOC.rst
parent2ec57e11fb253426e6b933687e22a8211832cff3 (diff)
downloadCMake-dd2f42cc8459858b0281ea1e1923a880f7a9cba8.zip
CMake-dd2f42cc8459858b0281ea1e1923a880f7a9cba8.tar.gz
CMake-dd2f42cc8459858b0281ea1e1923a880f7a9cba8.tar.bz2
Help: Clean up formatting and typos in autogen docs
Diffstat (limited to 'Help/prop_tgt/AUTOMOC.rst')
-rw-r--r--Help/prop_tgt/AUTOMOC.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/prop_tgt/AUTOMOC.rst b/Help/prop_tgt/AUTOMOC.rst
index f6dfabd..c18859b 100644
--- a/Help/prop_tgt/AUTOMOC.rst
+++ b/Help/prop_tgt/AUTOMOC.rst
@@ -172,7 +172,7 @@ variables. If the call is in a different context than the
then the version variables might not be available to the :prop_tgt:`AUTOMOC`
enabled target.
In that case the version variables can be forwarded from the
-`find_package(Qt[45]...)` calling context to the :command:`add_executable`
+``find_package(Qt[45]...)`` calling context to the :command:`add_executable`
or :command:`add_library` calling context as directory properties.
The following Qt5 example demonstrates the procedure.