diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-26 17:18:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-04 10:28:57 (GMT) |
commit | 43340a9c96212559e83d347b9e3ecebf98ed8aac (patch) | |
tree | 9eba8d3d89b9a7cbb70a08f54620a3e17d77d88d /Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst | |
parent | d98ea6c0b872392b29d5cbe78767bb741a17d68f (diff) | |
download | CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.zip CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.tar.gz CMake-43340a9c96212559e83d347b9e3ecebf98ed8aac.tar.bz2 |
Help: Reformat Qt autogenerator documentation.
Diffstat (limited to 'Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst')
-rw-r--r-- | Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst b/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst index 8858410..a814d40 100644 --- a/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst +++ b/Help/variable/CMAKE_AUTOMOC_RELAXED_MODE.rst @@ -3,11 +3,11 @@ CMAKE_AUTOMOC_RELAXED_MODE Switch between strict and relaxed automoc mode. -By default, automoc behaves exactly as described in the documentation -of the AUTOMOC target property. When set to TRUE, it accepts more -input and tries to find the correct input file for moc even if it +By default, :prop_tgt:`AUTOMOC` behaves exactly as described in the documentation +of the :prop_tgt:`AUTOMOC` target property. When set to ``TRUE``, it accepts more +input and tries to find the correct input file for ``moc`` even if it differs from the documented behaviour. In this mode it e.g. also checks whether a header file is intended to be processed by moc when a -"foo.moc" file has been included. +``"foo.moc"`` file has been included. Relaxed mode has to be enabled for KDE4 compatibility. |