Hi,
take a look at how the qtquickcontrols plugin does it. It bundles the QML
components in the plugin. With that approach you could:- provide a prebuilt
plugin that users can bundle with their app- allow them to build your plugin
library together with their code (and deploy the plugin to the de
hi all,
I am developing a library with set of QML components . It will be shared on
Github. I would expect people use it via `git submodule` instead of coping
those QML files to their source tree and install to QML module path.
As now the default project created by QT Creator uses resource file t