Qbs Documentation

StaticLibrary Item

A StaticLibrary item is a convenience item that is entirely equivalent to the following:

    Product {
        type: "staticlibrary"
    }