binding qt with ruby 1.9.2
Is it possible to bind QtRuby with ruby 192 on w开发者_JS百科indows? If yes, how?
As of writing this answer qtbindings gem works ok with Ruby 1.9.2. Simply install Ruby via RubyInstaller, install DevKit, gem install qtbindings and everything will work.
精彩评论