AUTOUIC_OPTIONS.rst 456 B

1234567891011121314
  1. AUTOUIC_OPTIONS
  2. ---------------
  3. Additional options for uic when using autouic (see the :prop_tgt:`AUTOUIC` target property)
  4. This property holds additional command line options
  5. which will be used when uic is executed during the build via autouic,
  6. i.e. it is equivalent to the optional OPTIONS argument of the
  7. qt4_wrap_ui() macro.
  8. By default it is empty.
  9. The options set on the .ui source file may override :prop_tgt:`AUTOUIC_OPTIONS` set
  10. on the target.