Plugin
Plugin base item. More...
Inherits: |
- List of all members, including inherited members
- Plugin is part of List of All Items.
Detailed Description
A Plugin item is a Library that is installed to the pluginsDirectory. It can be built as a dynamic or static library; the behavior is controlled by the config.build.pluginType property.
On Apple platforms, the Plugin item has the "loadablemodule"
type when building as dynamic plugin. If bundle.isBundle is set to true
(the default), artifacts are installed into the loadableModulesDirectory.
This item exists for the convenience of project file authors.