SKIP_AUTORCC¶
在 3.8 版被加入.
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)
# ...
在 3.8 版被加入.
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)
# ...