Files
CMake/Source
Alexandru Croitor a48bb185c3 AutoGen: Fix moc and uic dependencies when building Qt itself
When building Qt itself, the moc and uic executables are spcecified
via a generator expression of the form $<TARGET_FILE:Qt6::moc>,
which ends populating Moc's and Uic's 'Executable' field but not the
ExecutableTarget and ExecutableTargetName fields.

In such a scenario, the code in
cmQtAutoGenInitializer::InitAutogenTarget fails to add a dependency
on moc (or uic), because ExecutableTarget is null. First try to add
a dependency on the ExecutableTarget if it's not empty, otherwise try
to add a dependency on the path specified in the 'Executable' field.

Issue: #21118
2020-08-25 12:29:23 -04:00
..
2020-06-02 08:00:55 -04:00
2020-06-01 08:54:20 -04:00
2020-08-20 08:20:32 -04:00
2020-06-01 08:54:20 -04:00
2020-04-20 23:05:15 +02:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-06-01 08:54:20 -04:00
2020-06-01 08:54:20 -04:00
2020-06-01 08:54:20 -04:00
2020-03-05 07:34:01 -05:00
2020-04-29 11:16:44 -04:00
2020-04-20 23:05:15 +02:00