AUTOUIC_OPTIONS.rst 469 B

1234567891011121314
  1. AUTOUIC_OPTIONS
  2. ---------------
  3. Additional options for ``uic`` when using :prop_tgt:`AUTOUIC`
  4. This property holds additional command line options
  5. which will be used when ``uic`` is executed during the build via :prop_tgt:`AUTOUIC`,
  6. i.e. it is equivalent to the optional ``OPTIONS`` argument of the
  7. :module:`qt4_wrap_ui()<FindQt4>` 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.