ConfigInstall

This is the base item for the config.install 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

applicationsDirectory : string

The directory where application bundles should be installed on Apple platforms. Default: installpaths.applications


binariesDirectory : string

The directory where binaries should be installed. Default: installpaths.bin


debugInformation : bool

Controls whether debug information should be installed. Default: install


debugInformationDirectory : string

The directory where debug information should be installed.

If not set, the value is auto-detected based on item type installing debug info into the same folder as the main artifact.

Default: Undefined


dynamicLibraries : bool

Controls whether dynamic libraries should be installed. Default: install


dynamicLibrariesDirectory : string

The directory where dynamic libraries should be installed. Default: installpaths.bin on Windows, installpaths.lib otherwise


frameworks : bool

Controls whether frameworks should be installed. Default: install


frameworksDirectory : string

The directory where frameworks should be installed. Default: installpaths.library + "/" + installpaths.frameworks


importLibraries : bool

Controls whether import libraries should be installed (relevant for Windows dynamic libraries). Default: false


importLibrariesDirectory : string

The directory where import libraries should be installed. Default: installpaths.lib


install : bool

Controls whether products should be installed by default. Default: true


loadableModules : bool

Controls whether loadable modules should be installed. Default: install


loadableModulesDirectory : string

The directory where loadable modules should be installed. Default: installpaths.library + "/" + installpaths.frameworks


plugins : bool

Controls whether plugins should be installed. Default: install


pluginsDirectory : string

The directory where plugins should be installed. Default: installpaths.plugins


staticLibraries : bool

Controls whether static libraries should be installed. Default: false


staticLibrariesDirectory : string

The directory where static libraries should be installed. Default: installpaths.lib


© 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.