Add support for building the qml6 plugin on Windows and bump meson to 1.1.1
Also, switch qt6 detection from QMAKE
to QMAKE6
so that both qt5
and qt6 can be built at the same time. Note that this is mostly only
useful when building static plugins, because you cannot use both Qt5
and Qt6 into the same executable.
Corresponding gstreamer MR: gstreamer!4742 (merged)
Edited by Nirbheek Chauhan