mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Help: Reformat Qt autogenerator documentation.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTOMOC
|
||||
-------------
|
||||
|
||||
Whether to handle moc automatically for Qt targets.
|
||||
Whether to handle ``moc`` automatically for Qt targets.
|
||||
|
||||
This variable is used to initialize the AUTOMOC property on all the
|
||||
This variable is used to initialize the :prop_tgt:`AUTOMOC` property on all the
|
||||
targets. See that target property for additional information.
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
CMAKE_AUTOMOC_MOC_OPTIONS
|
||||
-------------------------
|
||||
|
||||
Additional options for moc when using automoc (see CMAKE_AUTOMOC).
|
||||
Additional options for ``moc`` when using :variable:`CMAKE_AUTOMOC`.
|
||||
|
||||
This variable is used to initialize the AUTOMOC_MOC_OPTIONS property
|
||||
on all the targets. See that target property for additional
|
||||
information.
|
||||
This variable is used to initialize the :prop_tgt:`AUTOMOC_MOC_OPTIONS` property
|
||||
on all the targets. See that target property for additional information.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTORCC
|
||||
-------------
|
||||
|
||||
Whether to handle rcc automatically for Qt targets.
|
||||
Whether to handle ``rcc`` automatically for Qt targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`AUTORCC` property on all the targets.
|
||||
See that target property for additional information.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTORCC_OPTIONS
|
||||
---------------------
|
||||
|
||||
Whether to handle rcc automatically for Qt targets.
|
||||
Whether to handle ``rcc`` automatically for Qt targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`AUTORCC_OPTIONS` property on
|
||||
all the targets. See that target property for additional information.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTOUIC
|
||||
-------------
|
||||
|
||||
Whether to handle uic automatically for Qt targets.
|
||||
Whether to handle ``uic`` automatically for Qt targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`AUTOUIC` property on all the targets.
|
||||
See that target property for additional information.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
CMAKE_AUTOUIC_OPTIONS
|
||||
---------------------
|
||||
|
||||
Whether to handle uic automatically for Qt targets.
|
||||
Whether to handle ``uic`` automatically for Qt targets.
|
||||
|
||||
This variable is used to initialize the :prop_tgt:`AUTOUIC_OPTIONS` property on
|
||||
all the targets. See that target property for additional information.
|
||||
|
||||
Reference in New Issue
Block a user