StaticLibrary QML Type

Static library. More...

Import Statement: import QbsConvenienceItems .
Inherits:

Product

Detailed Description

A StaticLibrary item is a product of the type "staticlibrary" that is normally entirely equivalent to the following:

 Product {
     type: "staticlibrary"
 }