https://bugs.kde.org/show_bug.cgi?id=386388

--- Comment #6 from Aaron Puchert <aaronpuch...@alice-dsl.net> ---
Another solution would be to ignore files of type `Utils::Other` in
CompilerProvider::includes/defines.

The entire design is a bit problematic, because the QmlJS plugin asks the
DefinesAndIncludesManager for include directories, but that manager is somehow
tied to the idea of using the configured compiler (GCC/Clang/MSVC) to provide
additional includes and defines. However, the configured compiler is obviously
only used for C/C++ and similar languages, not QmlJS.

Before this change, the standard include directories for GCC/Clang
(/usr/include and so on) were used to parse QmlJS files, which I guess is not
intended. (Or is it?)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to