CMAKE_AUTOUIC_OPTIONS

Additional options for uic when using CMAKE_AUTOUIC.

This variable is used to initialize the AUTOUIC_OPTIONS property on all the targets. See that target property for additional information.

EXAMPLE

# ...
set_property(CMAKE_AUTOUIC_OPTIONS "--no-protection")
# ...

Table Of Contents

Previous topic

CMAKE_AUTOUIC

Next topic

CMAKE_AUTOUIC_SEARCH_PATHS

This Page