INTERFACE_AUTOUIC_OPTIONS.rst 608 B

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