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)
# ...
Exclude the source file from AUTOUIC processing (for Qt projects).
For broader exclusion control see SKIP_AUTOGEN.
# ...
set_property(SOURCE file.h PROPERTY SKIP_AUTOUIC ON)
# ...