Qbs

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

    This is the base item for the config.build module. More...

    Since: Qbs 3.1

    Properties

    Detailed Description

    This items contains properties that configure built-in items such as Application, Library, and Plugin.

    Property Documentation

    libraryType : string

    Controls the default library kind produced by Library items.

    Allowed values are "dynamic" and "static".

    Default: "dynamic".

    On Apple iOS targets prior to iOS 8, dynamic libraries are not supported; in that case a static library will be produced regardless of this setting.


    pluginType : string

    Controls the default library kind produced by Plugin and l{LoadableModule} items.

    Allowed values are "dynamic" and "static".

    Default: libraryType.

    On Apple iOS targets prior to iOS 8, dynamic libraries are not supported; in that case a static plugin will be produced regardless of this setting.