https://bugs.kde.org/show_bug.cgi?id=387391
--- Comment #15 from Venca B Spam <vbs...@centrum.cz> --- Created attachment 109155 --> https://bugs.kde.org/attachment.cgi?id=109155&action=edit Scenario with CMake and symbolic links which is BAD/FAILS. I added another simplified scenario with CMake and symbolic links which shows the bug. This test case does use CMake project-in-project. It uses symbolic link to put external library to the 'master' project root dir which then add_subdirectory() into it. The bug shows in minimalistic case, when one browse the Bar.cpp. When one looks at Foo.cpp, it works well. It is also worth of mention, that the Bar.cpp can be temporarily 'fixed' when one execute following action: - RMB click on the project in the project tree view - from the context menu select and LMB click on 'Open Configuration' - select 'Language Support=>C/C++ Parser' - do some dummy change which will enable the 'Apply' button. (e.g. by changing and returning the 'Compiler for path' dropdown list) - press OK or Apply and then OK This will make the file Bar.cpp temporarily error free, when one insert/change any character in the editor, it will break aggain. This test pass ok. -- You are receiving this mail because: You are watching all bug changes.