Application QML Type
Product of the type application. More...
Import Statement: | import QbsConvenienceItems . |
Inherits: | |
Inherited By: |
Properties
- install : bool
- installDir : string
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 package tagged "android.apk"
, and a dependency to the Android.sdk module is automatically added to the product.
Property Documentation
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.
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.