LoadableModule
Loadable module. More...
Inherits: |
- List of all members, including inherited members
- LoadableModule is part of List of All Items.
Detailed Description
A LoadableModule item is a product of the type "loadablemodule"
. It exists for the convenience of project file authors.
Unlike the Plugin item, the LoadableModule item cannot be build as static library and is installed into the same directory as DynamicLibrary items. Prefer using Plugin item in new code.