qml_addimportpath(path)
| Parameter | Description |
|---|---|
| path | a string : valid path. |
qml_addimportpath adds path as a directory where the engine searches for installed modules in a URL-based directory structure.
The newly added path will be first in qml_importpathlist.
qml_importpathlist()
qml_addimportpath(tempdir)
qml_importpathlist()
| Version | Description |
|---|---|
| 1.0.0 | initial version |