• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1AUTOGEN_SOURCE_GROUP
2--------------------
3
4.. versionadded:: 3.9
5
6Name of the  :command:`source_group` for :prop_tgt:`AUTOMOC`,
7:prop_tgt:`AUTORCC` and :prop_tgt:`AUTOUIC` generated files.
8
9Files generated by :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTORCC` and
10:prop_tgt:`AUTOUIC` are not always known at configure time and therefore can't
11be passed to :command:`source_group`.
12:prop_gbl:`AUTOGEN_SOURCE_GROUP` can be used instead to generate or select
13a source group for :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTORCC` and
14:prop_tgt:`AUTOUIC` generated files.
15
16For :prop_tgt:`AUTOMOC`, :prop_tgt:`AUTORCC` and :prop_tgt:`AUTOUIC` specific
17overrides see :prop_gbl:`AUTOMOC_SOURCE_GROUP`, :prop_gbl:`AUTORCC_SOURCE_GROUP`
18and :prop_gbl:`AUTOUIC_SOURCE_GROUP` respectively.
19