Details
-
Task
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
-
None
Description
In qmake it's possible to extend QML_IMPORT_PATH by project-specific variables to give QtCreator a hint where it should search QML imports for such features as auto-completion.
QMake's example:
QML_IMPORT_PATH += $$PWD/myImports
Proposed QBS example:
Qt.quick.importPaths: [ "myImports" ]
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-14849 QbsProjectManager: Provide a way to specify the QML import path in QtQuick projects
- Closed