SKIP_AUTORCC¶
Exclude the source file from AUTORCC
processing (for Qt projects).
For broader exclusion control see SKIP_AUTOGEN
.
EXAMPLE¶
# ...
set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
# ...
Exclude the source file from AUTORCC
processing (for Qt projects).
For broader exclusion control see SKIP_AUTOGEN
.
# ...
set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
# ...