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.
# ...
set_property(CMAKE_AUTOUIC_OPTIONS "--no-protection")
# ...