seanchas116 / ruby-qml

A QML / Qt Quick bindings for Ruby
http://seanchas116.github.io/ruby-qml
MIT License
136 stars 17 forks source link

Bundle qt components with app #40

Open vladislav-yashin opened 6 years ago

vladislav-yashin commented 6 years ago

Is there any way to distribute qml-ruby app without the need for installing qt for end-users?

egeexyz commented 6 years ago

Possibly - it depends on the platform.

On Linux you have a couple different options: AppImage & Snap. Both are platform agnostic and package their dependencies as part of the package itself.

On Windows, I think you can wrap all your dependencies in with the installer. Origin, for example, is written with Qt and I believe it packages all of it's dependencies with it.