1INTERFACE_AUTOUIC_OPTIONS
2-------------------------
3
4List of interface options to pass to uic.
5
6Targets may populate this property to publish the options
7required to use when invoking ``uic``.  Consuming targets can add entries to their
8own :prop_tgt:`AUTOUIC_OPTIONS` property such as
9``$<TARGET_PROPERTY:foo,INTERFACE_AUTOUIC_OPTIONS>`` to use the uic options
10specified in the interface of ``foo``. This is done automatically by
11the :command:`target_link_libraries` command.
12
13This property supports generator expressions.  See the
14:manual:`cmake-generator-expressions(7)` manual for available expressions.
15