cmake/Help/variable/CMAKE_AUTOUIC_OPTIONS.rst

17 lines
379 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_AUTOUIC_OPTIONS
---------------------
2018-01-26 17:06:56 +01:00
Additional options for ``uic`` when using :variable:`CMAKE_AUTOUIC`.
2014-08-03 19:52:23 +02:00
This variable is used to initialize the :prop_tgt:`AUTOUIC_OPTIONS` property on
all the targets. See that target property for additional information.
2018-01-26 17:06:56 +01:00
EXAMPLE
^^^^^^^
.. code-block:: cmake
# ...
set_property(CMAKE_AUTOUIC_OPTIONS "--no-protection")
# ...