Hello, I’m having a hard time finding any specific information about sharing QML files across multiple projects. Currently we have a Common QML project that just pulls qml files in as resources.
This works fine when you share the resource, but it requires a path to the resource and doesn’t work with the syntax highlighting in qtcreator when modifying qml files.
Is there a better way to make a shared qml library? I think I found some stuff about making a plugin, but the particular document I was reading was overriding the qttypes. It would be nice to make our own plugin or library though.
Thanks.
↧