config.install
Provides properties for configuring installation paths and rules for various build artifacts. More...
Since: | Qbs 3.1 |
Detailed Description
The config.install
module contains properties that configure built-in items such as Application, Library, and Plugin.
An example showing how to enable installation of static libraries:
qbs modules.config.install.staticLibraries:true
An example showing how to change the install diretory for dynamic libraries:
qbs modules.config.install.dynamicLibrariesDirectory:opt/lib
For the list of available properties, see the ConfigInstall item.