Scott Kostyshak wrote: > Why does e.g. excluding <QButtonGroup> can cause a compilation error on > one system and not on others. Why don't I get a compilation error > without this patch?
I just forwarded the patch from downstream without seeing the problem myself to give more info, but different qt versions can have slightly different dependency tree and I wouldn't be surprised that even different packaging options (like what exact qt module is installed on your system) could lead to slightly different headers, qt became such a monster nowadays... Anyway, we do use QButtonGroup in that unit, so the patch is appropriate. Pavel