https://bugs.kde.org/show_bug.cgi?id=451556
--- Comment #1 from Duncan <1i5t5.dun...@cox.net> --- (In reply to Duncan from comment #0) > FAILED: CMakeFiles/bovo.dir/gui/main.cc.o ... > -isystem /usr/include/KF5/KXmlGui > -isystem /usr/include/KF5 ... Hmm... I see a bunch of -isystem /usr/include/KF5/*, but what I do *NOT* see is ... -isystem /usr/include/KF5/KCoreAddons ... which has KAboutData and kaboutdata.h , which is what it can't find. What mechanism is supposed to generate that inclusion, that now isn't, and in what framework (because it's now missing in multiple apps, including bovo which only had the version bump commit, so it's gotta be below the individual package level) is it? That would appear to be the culprit framework. And why are some, including KXMLGui, still included, but others, here KCoreAddons, missing? -- You are receiving this mail because: You are watching all bug changes.