qml_addpluginpath
Adds path as directory where the qml engine searches for native plugins.
📝Syntax
qml_addpluginpath(path)
📥Input Arguments
Parameter Description
path a string : valid path.
📄Description

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.

💡Examples
qml_pluginpathlist()
qml_addpluginpath(tempdir)
qml_pluginpathlist()
🔗See Also
qml_pluginpathlistqml_addimportpath
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub