qtvldeps: try to use Requires
Instead of calling qmake (deprecated) we might be able to generate a .pc file with the right Requires:
parts.
qtvldeps
mostly provides libraries that have qt_static_plugin_XXXPlugin()
. They are found in (PREFIX)/plugins. They are described in CMake files, but there is no matching .pc file. Maybe we can manage to grab the list using CMake.