Files
CMake/Source
Joerg Bornemann 6b20bbd2dd AutoMoc: Restore support for re-running after project file changes
For Qt >= 5.15.0 and Ninja generators AutoMoc creates a depfile to let
Ninja decide when to run AutoMoc.  This was introduced by commit aebfbcaa46
(AutoGen: Use depfiles for the XXX_autogen ninja targets, 2020-01-14,
v3.17.0-rc1~58^2).

However, AutoMoc was not triggered after adding a new moc-able file to
the project. This patch adds the project file (and potentially included
files) to the dependencies in the depfile.

Now, a re-run of AutoMoc is triggered if the project file changes.

Fixes: #21127
2020-08-31 13:07:23 -04:00
..
2020-01-28 11:35:24 -05:00
2020-07-30 10:30:07 -04:00
2019-07-21 09:25:32 +02:00
2019-01-29 14:09:21 -05:00
2019-01-22 13:03:04 -05:00
2019-02-21 08:24:26 -05:00
2019-09-10 22:21:41 +02:00
2017-04-11 22:35:21 +02:00