From: "richard.j.dale@..." Date: 2006-07-21T05:40:07+09:00 Subject: [ANN] QtRuby 1.4.6 URIS http://rubyforge.org/projects/korundum/ http://developer.kde.org/language-bindings/ruby/index.html NAME QtRuby 1.4.6 SYNOPSIS Ruby bindings for the Qt4 GUI apis DESCRIPTION Highlights from the QtRuby ChangeLog since release 1.4.5 * Support for Qt 4.2 with over 80 new classes * Added the rbrcc Ruby resource compiler tool * Optional support for the QtDbus classes * Optional support for the Qwt plotting library * Properties can be set and got with 'myinstance.prop' or 'myinstance.prop = val', even if the class isn't in the Smoke library * More examples added, and bugs in existing ones fixed * Slots and signals can have return types and values CONFIG See the qtruby/INSTALL file for details of configuration, building and installation. BUILDING ON WINDOWS * The smoke library can be built on windows by manually editing qtguess.pl.in and generate.pl.in (automake doesn't work with qtruby on Windows). Run 'perl qtguess.pl' to for the configure tests. Then run 'perl generate.pl' to generate the Smoke sources, and build with qmake. Use extconf.rb and qmake to build the qtruby extension and rbuic tool. ENVIRONMENTS Linux, BSD*, Unix etc Mac OS X, Windows AUTHORS Richard Dale with Caleb Tennis, Alexander Kellett and others