Re: [Development] Suggested method to distribute QML library

2014-09-08 Thread Martin Leutelt
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

[Development] Suggested method to distribute QML library

2014-09-06 Thread Ben Lau
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