Files
CMake/Source
Joerg Bornemann aebfbcaa46 AutoGen: Use depfiles for the XXX_autogen ninja targets
The XXX_autogen targets are implemented as utility commands, which
means they always run, even if there weren't any changes.

For the Ninja generator and Qt >= 5.15 we're taking a different
approach: This commit adds custom commands that create
XXX_autogen/timestamp files. Those custom commands have a depfile
assigned that is generated from the depfiles that were created by moc.

The XXX_autogen targets merely wrap the XXX_autogen/timestamp custom
commands.

Fixes: #18749
2020-01-28 11:16:11 -05:00
..
2019-12-04 14:22:01 -05:00
2019-12-27 10:53:13 -05:00
2020-01-27 00:01:05 -05:00
2019-09-04 18:03:01 +02:00
2019-09-10 22:21:41 +02:00
2019-11-19 15:48:38 -05:00