AUTOGEN_SOURCE_GROUP.rst 639 B

1234567891011121314151617
  1. AUTOGEN_SOURCE_GROUP
  2. --------------------
  3. .. versionadded:: 3.9
  4. Name of the :command:`source_group` for :prop_tgt:`AUTOMOC` and
  5. :prop_tgt:`AUTORCC` generated files.
  6. Files generated by :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTORCC` are not always
  7. known at configure time and therefore can't be passed to
  8. :command:`source_group`.
  9. :prop_gbl:`AUTOGEN_SOURCE_GROUP` an be used instead to generate or select
  10. a source group for :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTORCC` generated files.
  11. For :prop_tgt:`AUTOMOC` and :prop_tgt:`AUTORCC` specific overrides see
  12. :prop_gbl:`AUTOMOC_SOURCE_GROUP` and :prop_gbl:`AUTORCC_SOURCE_GROUP`
  13. respectively.