8295d43713
The test exits with an error if two or more source files would generate the same moc file.
7 lines
260 B
ReStructuredText
7 lines
260 B
ReStructuredText
automoc-diagnostics
|
|
-------------------
|
|
|
|
* :prop_tgt:`AUTOMOC` now diagnoses name collisions when multiple source
|
|
files in different directories use ``#include <moc_foo.cpp>`` with the
|
|
same name (because the generated ``moc_foo.cpp`` files would collide).
|