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.


© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.