Orcan Ogetbil wrote: > On 15 February 2016 at 01:46, Orcan Ogetbil wrote: >> >> The new version of qjackctl, which now depends on qt5. We cannot do >> the update without fixing this. As far as I can tell, the qjackctl >> does not use the QMAKE_DEFAULT_INCDIRS directly. The offending flags >> come through qmake. >> > > Here is a scratch SRPM which can be used for testing: > https://oget.fedorapeople.org/qjackctl/qjackctl-0.4.1-1.fc23.src.rpm OK, so, here's how it happens, src/src.pri.in contains: INCLUDEPATH += @ac_incpath@ and that gets populated by configure, which happens to include... /usr/include So, 2 options (not mutually exclusive): * fix configure to not add /usr/include to ac_incpath * fix src/src.pri.in to comment-out (or remove) the line starting with INCLUDEPATH += (I don't think it's needed) -- Rex -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx