SKIP_AUTOUIC

Exclude the source file from AUTOUIC processing (for Qt projects).

For broader exclusion control see SKIP_AUTOGEN.

EXAMPLE

# ...
set_property(SOURCE file.h PROPERTY SKIP_AUTOUIC ON)
# ...