Quote Originally Posted by doulos View Post
it sure isn't totally convenient, but still better IMO than Javascript.
If you extrapolate that then you will end up saying there is no sense in using QML at all.

And additionally, I get better deployability (one shared lib vs. multiple QML files)
As I said, those QML files can be embedded in the plugin library.

but that is exactly what I am trying to to! Now just tell me how, and I am done . Maybe you have an example I can look at?
I'd need to look for an example, but the general idea is to expose qml types with paths pointing to the resource system using a qmldir file.