Skip to content

Automatically install dependent targets of QML modules in static builds

Without those added to an export set static QML modules don't build, and without them installed static QML modules are not consumable.

Doing this here automatically avoids error prone boilerplate code for all consumers. Since it depends on the newly added EXPORT argument the old previous behavior should not change until consumers are adjusted.

Depends on !472 (merged).

Merge request reports