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-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2019-12-27 10:53:13 -05:00
2020-01-27 00:01:05 -05:00
2019-01-25 06:44:32 -05:00
2019-07-21 09:25:32 +02:00
2019-01-29 14:09:21 -05:00
2019-09-04 18:03:01 +02:00
2018-12-12 09:46:13 -05:00
2018-12-12 06:40:10 -05:00
2019-08-19 20:01:39 +02:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-22 13:03:04 -05:00
2019-01-25 06:44:32 -05:00
2019-02-21 08:24:26 -05:00
2019-09-10 22:21:41 +02:00
2019-11-19 15:48:38 -05:00
…