Skip to content

Allow qml target to be actually optional

Sune Vuorela requested to merge work/sune/allow-qml-to-be-optional into master

in ECMQmlModule6, it is handled that the Qml target might not be there, and then we fail hard here.

Let areas that have optional Qml keep having it be optional.

We will after all get a failure for mishandling things once people actually try to use the included macros in a non-qml setup

Merge request reports