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.

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