forked from qt-creator/qt-creator
Support merged QML import paths with header paths
QUL does not have separate QML import paths, but (re-)uses the include paths for this purpose. Support this behavior by adding all include paths to the QML import paths before handing the project information off to the QML code model. Change-Id: Ic2e39ab69ac27776f5070b7b8b7c66d53a83210b Reviewed-by: <christiaan.janssen@qt.io> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
This commit is contained in:
committed by
Erik Verbruggen
parent
6a838d7c3c
commit
2361f26732
@@ -140,7 +140,7 @@ private:
|
||||
void updateProjectData();
|
||||
void updateFallbackProjectData();
|
||||
QList<ProjectExplorer::ExtraCompiler *> findExtraCompilers();
|
||||
void updateQmlJSCodeModel();
|
||||
void updateQmlJSCodeModel(const QStringList &extraHeaderPaths);
|
||||
|
||||
void handleParsingSucceeded();
|
||||
void handleParsingFailed(const QString &msg);
|
||||
|
||||
Reference in New Issue
Block a user