Skip to content

AutoGen: Use moc-generated depfiles

Jörg Bornemann requested to merge jobor/cmake:automoc-using-depfiles into master

AutoGen: Use moc-generated depfiles to determine the correct dependencies.

This fixes the following two bugs:

Fixes: #17750 (closed)
Fixes: #19058 (closed)

And speeds up incremental builds with ninja:

Fixes: #18749 (closed)

Edited by Brad King

Merge request reports