Thursday, November 19, 2009

What version of Qt and QtRuby are bundled on openSUSE 11.2?

To see the version of Qt and qmake, type the command below:
> qmake --version
QMake version 2.01a
Using Qt version 4.5.3 in /usr/lib
Qt on openSUSE 11.2 is version 4.5.3 ... latest stable version.

And to see the version of QtRuby, familiar commands below:
> rbrcc -version
Ruby Resource Compiler for Qt version 4.5.3
> rbuic4 -v              
Qt User Interface Compiler version 4.5.3   
> rbqtapi -v             
QtRuby 2.0.5 using Qt-4.5.3
QtRuby on openSUSE 11.2 is version 2.0.5 ... it's trunk version.

No comments:

Post a Comment