Details
Description
How to reproduce:
- clone https://github.com/ckandeler/generated-build-inputs.git
- remove Q_OBJECT macro from generator.py
- build
- add Q_OBJECT macro to generator.py
- build
The Q_OBJECT macro is added to the generated header files, but the moc rule is not executed.