Qbs

Blog Documentation Get Qbs Community
  • Qbs Manual
  • QbsConvenienceItems
  • Plugin
  • Qbs 3.1.1
  • Plugin

    Plugin base item. More...

    Inherits:

    Library

    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.