SKIP_AUTORCC.rst 280 B

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