DynamicLibrary QML Type
Dynamic library. More...
Import Statement: | import QbsConvenienceItems . |
Inherits: |
Detailed Description
A DynamicLibrary item is a library of the type "dynamiclibrary"
.
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.