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