Summary: | Kdev-clang plugin doesn't find the correct includes for a Qt5/KF5 project. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Antonis Tsiapaliokas <antonis.tsiapaliokas> |
Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kdebugs, kfunk |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdev-clang/c83cc8cd025385494c3de9c1e424b02c8b704d67 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | small app that reproduces the issue |
Description
Antonis Tsiapaliokas
2014-03-31 13:37:35 UTC
Created attachment 85871 [details]
small app that reproduces the issue
Confirm this. Git commit c83cc8cd025385494c3de9c1e424b02c8b704d67 by Sergey Kalinichev. Committed on 19/07/2014 at 17:52. Pushed by skalinichev into branch 'master'. Fix include paths for QT5 projects. This patch uses the same technique as the one used in oldcpp. See also fadd0a9fa850883c0d3ce015048ba8bfc8df05f2 and aed6fefc7e8ed083911bd36f7c7d06241c0357ce in KDevelop. REVIEW: 119375 M +32 -9 clangparsejob.cpp http://commits.kde.org/kdev-clang/c83cc8cd025385494c3de9c1e424b02c8b704d67 |