ConfigBuild
This is the base item for the config.build module. More...
Since: | Qbs 3.1 |
- List of all members, including inherited members
- ConfigBuild is part of List of All Items.
Properties
- libraryType : string
- pluginType : string
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.