Application

Product of the type application. More...

Inherits:

Product

Inherited By:

CppApplication and XPCService

Properties

Detailed Description

An Application item is a Product representing an application.

The target artifact of this type of product is usually an executable binary tagged "application". However, on Android, unless you set consoleApplication to true, the application target will be an APK or an AAB package tagged "android.package" according to the packageType property. A dependency to the Android.sdk module is automatically added to the product.

Property Documentation

[since Qbs 1.16] debugInformationInstallDir : string

Where to install the debug information if installDebugInformation is enabled.

The value is appended to qbs.installPrefix when constructing the actual installation directory.

Default: installDir.

This property was introduced in Qbs 1.16.

See also How do I separate and install debugging symbols?.


[since Qbs 1.13] install : bool

If true, the executable that is produced when building the application will be installed to installDir.

Default: false

This property was introduced in Qbs 1.13.


[since Qbs 1.16] installDebugInformation : bool

If true, the debug information will be installed to debugInformationInstallDir.

Default: false

This property was introduced in Qbs 1.16.

See also How do I separate and install debugging symbols?.


[since Qbs 1.13] installDir : string

Where to install the executable that is produced when building the application, if install is enabled.

The value is appended to qbs.installPrefix when constructing the actual installation directory.

Default: Applications if the app is a bundle, bin otherwise.

This property was introduced in Qbs 1.13.


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