Don't ask for compiler-specific includes in QmlJS

Authored by aaronpuchert on Nov 13 2017, 11:17 PM.

Description

Don't ask for compiler-specific includes in QmlJS

Summary:
We can't provide these, since there is no QmlJS compiler.

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 to provide
additional includes and defines. However, the configured compiler is
obviously only used for C/C++ and similar languages, not QmlJS.

Reviewers: KDevelop, mwolff

Reviewed By: KDevelop, mwolff

Subscribers: mwolff, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D8654

Details

Committed
aaronpuchertNov 13 2017, 11:17 PM
Reviewer
KDevelop
Differential Revision
D8654: Don't ask for compiler-specific includes in QmlJS
Parents
R32:3972e1609275: Drop deprecated API
Branches
Unknown
Tags
Unknown