ConfigInstall
This is the base item for the config.install module. More...
| Since: | Qbs 3.1 |
Properties
- applicationsDirectory : string
- binariesDirectory : string
- debugInformation : bool
- debugInformationDirectory : string
- dynamicLibraries : bool
- dynamicLibrariesDirectory : string
- frameworks : bool
- frameworksDirectory : string
- importLibraries : bool
- importLibrariesDirectory : string
- install : bool
- loadableModules : bool
- loadableModulesDirectory : string
- plugins : bool
- pluginsDirectory : string
- staticLibraries : bool
- staticLibrariesDirectory : string
Detailed Description
This items contains properties that configure built-in items such as Application, Library, and Plugin.
Property Documentation
The directory where application bundles should be installed on Apple platforms. Default: installpaths.applications
The directory where binaries should be installed. Default: installpaths.bin
Controls whether debug information should be installed. Default: install
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
Controls whether dynamic libraries should be installed. Default: install
The directory where dynamic libraries should be installed. Default: installpaths.bin on Windows, installpaths.lib otherwise
Controls whether frameworks should be installed. Default: install
The directory where frameworks should be installed. Default: installpaths.library + "/" + installpaths.frameworks
Controls whether import libraries should be installed (relevant for Windows dynamic libraries). Default: false
The directory where import libraries should be installed. Default: installpaths.lib
Controls whether loadable modules should be installed. Default: install
The directory where loadable modules should be installed. Default: installpaths.library + "/" + installpaths.frameworks
Controls whether plugins should be installed. Default: install
The directory where plugins should be installed. Default: installpaths.plugins
The directory where static libraries should be installed. Default: installpaths.lib