qml_addpluginpath(path)
| Parameter | Description |
|---|---|
| path | a string : valid path. |
qml_addpluginpath adds path as a directory where the engine searches for native plugins.
By default, the list contains only .. The newly added path will be first in the qml_pluginpathlist.
qml_pluginpathlist()
qml_addpluginpath(tempdir)
qml_pluginpathlist()
| Version | Description |
|---|---|
| 1.0.0 | initial version |