CMAKE_AUTOUIC_OPTIONS.rst 379 B

12345678910111213141516
  1. CMAKE_AUTOUIC_OPTIONS
  2. ---------------------
  3. Additional options for ``uic`` when using :variable:`CMAKE_AUTOUIC`.
  4. This variable is used to initialize the :prop_tgt:`AUTOUIC_OPTIONS` property on
  5. all the targets. See that target property for additional information.
  6. EXAMPLE
  7. ^^^^^^^
  8. .. code-block:: cmake
  9. # ...
  10. set_property(CMAKE_AUTOUIC_OPTIONS "--no-protection")
  11. # ...