https://bugs.kde.org/show_bug.cgi?id=382124
Bug ID: 382124 Summary: The "Problems" view reports Qt includes as "not found" whereas the CPP parser reports the opposite Product: kdevelop Version: 5.1.1 Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: i.semenov....@gmail.com Target Milestone: --- Created attachment 106503 --> https://bugs.kde.org/attachment.cgi?id=106503&action=edit A screenshot of kdevelop showing the parser error in the bottom view with the include being correctly located as reported in the popup over the source code I'm developing a project with Qt5 and CMake. The Qt5 includes are reported as "not found" in the "Problems" view ("Current project" selected as the scope), but, at the same time, when I hover the problematic include in the source code editor, the popup displays the correct full path to the said include, and the symbols that the include defines are correctly imported by the CPP parser. Still, the first angular bracket in the include is underlined with a red wave, which probably is another manifestation of the fact that the problem view reports in issue about the header not being found and a part of the same problem reporting mechanism. Attached are the screenshot of the whole KDevelop window with the CPP parser popup related to the problematic include, and the CMakeLists.txt file for the project. The project builds and runs fine within the same KDevelop session. -- You are receiving this mail because: You are watching all bug changes.