Skip to content
  • Sebastian Holtermann's avatar
    Autogen: Iterate over makefile sources only once · b6cf0862
    Sebastian Holtermann authored
    In QtAutoGen we used to iterate over all makefile source two times to
    extract file parameters for moc and uic respectively.  This patch merges both
    iterations into one loop. This makes the code easier to understand and likely
    faster to execute as well.
    b6cf0862