DynamicLibrary QML Type

Dynamic library. More...

Import Statement: import QbsConvenienceItems .
Inherits:

Product

Detailed Description

A DynamicLibrary item is a Product of the type "dynamiclibrary". It exists for the convenience of project file authors.

For Android targets, the following applies:

  • The Product.type property value contains "android.nativelibrary" in addition to "dynamiclibrary".
  • There is a dependency on the cpp and Android.ndk modules.