diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-01-09 09:32:27 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-01-09 09:32:27 (GMT) |
commit | dd2f42cc8459858b0281ea1e1923a880f7a9cba8 (patch) | |
tree | 39b3d85d7f17f93586ec6524da80c686b3d56169 /Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst | |
parent | 2ec57e11fb253426e6b933687e22a8211832cff3 (diff) | |
download | CMake-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_PATH_PREFIX.rst')
-rw-r--r-- | Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst b/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst index e2ebb3f..3e3059d 100644 --- a/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst +++ b/Help/prop_tgt/AUTOMOC_PATH_PREFIX.rst @@ -21,11 +21,11 @@ with Qt. Reproducible builds ^^^^^^^^^^^^^^^^^^^ -For reproducible builds is is recommended to keep headers that are ``moc`` +For reproducible builds it is recommended to keep headers that are ``moc`` compiled in one of the target :command:`include directories <target_include_directories>` and set :prop_tgt:`AUTOMOC_PATH_PREFIX` to ``ON`` (which is the default). This ensures -that +that: - ``moc`` output files are identical on different build setups, - ``moc`` output files will compile correctly when the source and/or |