Qt5/Mac header finding in KDevelop5 (clang parser??)

René J.V. Bertin rjvbertin at gmail.com
Tue Jun 21 17:16:45 UTC 2016


On Tuesday June 21 2016 19:11:19 René J.V. Bertin wrote:

> I see only 1 proper fix for this. ParseSessionData::ParseSessionData() (that one again :)) or an equivalent method needs to receive the -iframework (and the "user" equivalent -F) paths and add the corresponding key,value pairs to clangArguments. I just don't know how to get that list in there.

That is, if (lib)clang indeed does the actual parsing, and there is no additional header file searching being done by KDevelop itself.
Reassuringly I see that includes like <AppKit/NSApplication.h> are found when I use #include instead of #import .

R.


More information about the KDevelop-devel mailing list