Add qmlImportPaths property to .pyproject file

Users should be able to add custom QML import paths for
Python/PySide2/PyQt5 projects in Qt Creator in order to
get syntax highlighting and code completion for custom
QML modules.

Fixes: QTCREATORBUG-23679
Change-Id: Iec7c691c4b8709c48a790cd27ac7c6e755967796
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alexander Mishin
2020-09-21 19:39:24 +03:00
parent 31ec38dba5
commit 229dfaab95
9 changed files with 234 additions and 35 deletions

View File

@@ -4,6 +4,8 @@ QtcPlugin {
name: "Python"
Depends { name: "Qt.widgets" }
Depends { name: "QmlJS" }
Depends { name: "Utils" }
Depends { name: "Core" }