AUTOUIC_OPTIONS.rst 743 B

123456789101112131415161718192021
  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. This property is initialized by the value of the variable
  10. :variable:`CMAKE_AUTOUIC` if it is set when a target is created.
  11. The options set on the target may be overridden by :prop_sf:`AUTOUIC_OPTIONS` set
  12. on the .ui source file.
  13. This property may use "generator expressions" with the syntax "$<...>".
  14. See the :manual:`cmake-generator-expressions(7)` manual for available
  15. expressions.