I've been trying to rebuild QtRuby to include the Qwt bindings (since the package that comes with OpenSUSE 11.3 doesn't include it). Does someone knows how to accomplish this?

I've been trying turning it on using the CMake arguments but CMake doesn't seems to notice:

Qt Code:
  1. vitorpy@myhost:~/qtruby/qt4-qtruby-2.1.0> cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 -DENABLE_SMOKE=on -DENABLE_QTRUBY=on -DENABLE_QWT_SMOKE=on -DENABLE_QWT_RUBY=on -DQwt5_INCLUDE_DIR=/usr/local/qwt-5.2.1/include -DQwt5_Qt4_LIBRARY=/usr/local/qwt-5.2.1/lib/libqwt.so
To copy to clipboard, switch view to plain text mode 

And CMake skips it anyway:

Qt Code:
  1. -- Build Ruby bindings: QtRuby;QtScript;QtTest;QtUiTools;QtWebKit
  2. -- Skip Ruby bindings: Akonadi;KHTML;KIO;KTextEditor;Korundum;KrossRuby;Nepomuk;Okular;Phonon;Plasma;QScintilla;Qwt;Solid;Soprano
To copy to clipboard, switch view to plain text mode