Skip to content

Autogen: Optimizations and cleanups

Code optimizations and cleanups in the AUTOGEN initializer.

This also removes the following AUTOUIC specific variables from cmSourceFile and cmMakefile:

  • cmSourceFile::QtUiFilesWithOptions
  • cmMakefile::IsUiFile

By doing so AUTOGEN gets more contained and the variables and functions won't confuse users of cmSourceFile and cmMakefile anymore.

Merge request reports