A GTK theme engine that uses QT for drawing.

Currently, the build system expects QT to be installed in /usr/lib/qt3
If this is not the case on your system, either create a symlink, or edit the
Makefile.am file to point to the correct location.


./configure [--prefix=/where/you/installed/gtk2]
make
make install

Then either use the Gnome Control Center to select the theme or put the
following into your ~/.gtkrc-2.0 :

gtk-theme-name = "Qt"

David Sansome
me@davidsansome.com