SKIP_AUTORCC.rst 303 B

1234567891011121314151617
  1. SKIP_AUTORCC
  2. ------------
  3. .. versionadded:: 3.8
  4. Exclude the source file from :prop_tgt:`AUTORCC` processing (for Qt projects).
  5. For broader exclusion control see :prop_sf:`SKIP_AUTOGEN`.
  6. EXAMPLE
  7. ^^^^^^^
  8. .. code-block:: cmake
  9. # ...
  10. set_property(SOURCE file.qrc PROPERTY SKIP_AUTORCC ON)
  11. # ...