StaticLibrary Item

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

Product {
    type: "staticlibrary"
}

For Android targets, the following applies:

  • There is a dependency on the cpp and Android.ndk modules.
  • There is an additional list property "architectures" that specifies for which architectures to build, with the default value ["armeabi"]. This information influences the profiles property.