Qbs

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

    Loadable module. More...

    Inherits:

    DynamicLibrary

    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.