StaticLibrary QML Type
Static library. More...
Import Statement: | import QbsConvenienceItems . |
Inherits: |
Properties
- install : bool
- installDir : string
Detailed Description
A StaticLibrary item is a product of the type "staticlibrary"
.
Property Documentation
If true
, the library will be installed to installDir.
Default: false
This QML property was introduced in Qbs 1.13.
Where to install the library, if install is enabled.
The value is appended to qbs.installPrefix when constructing the actual installation directory.
Default: Library/Frameworks
if the library is a bundle, lib
otherwise.
This QML property was introduced in Qbs 1.13.