Revision 8fad32f5b9ebf47ced97bfb40d73ffafb5d96aca authored by Brad King on 19 March 2020, 10:57:44 UTC, committed by Kitware Robot on 19 March 2020, 10:57:51 UTC
1994f950ff cmake: List valid values for --trace-format on the command line
e39766d84a Help: Fix documentation of --trace-format parameter

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4500
2 parent s 9abc99e + 1994f95
Raw File
CMAKE_AUTOUIC_OPTIONS.rst
CMAKE_AUTOUIC_OPTIONS
---------------------

Additional options for ``uic`` when using :variable:`CMAKE_AUTOUIC`.

This variable is used to initialize the :prop_tgt:`AUTOUIC_OPTIONS` property on
all the targets.  See that target property for additional information.

EXAMPLE
^^^^^^^

.. code-block:: cmake

  # ...
  set_property(CMAKE_AUTOUIC_OPTIONS "--no-protection")
  # ...
back to top