Qt MOC workaround

Issue #31 resolved
Michael Kuc created an issue

Right now, Qt MOC with TBB has a parsing issue, causing it to complain about an unexpected '{'.

See https://bugreports.qt.io/browse/QTBUG-80990 for more information.

The recommended patch is to surround the #includes with conditional exclusion whilst MOC is being run. See patch if required.

Comments (3)

  1. Matt Feemster repo owner

    Thank you. I have fixed this. Out of curiosity, what is your usage of this program, since this is a rather obscure bug?

  2. Log in to comment