Example SWIG definitions for compiling QT wrapper. Just used as an example for some discussions.
- Mostly incomplete
- Compilation of python version working
- See examples/python/example.py for some example python code
cd qt
qmake qt.pro CONFIG+=swig_python
make
cd qt
qmake qt.pro CONFIG+=swig_ruby
make