GimpResourcesThumbnailer is a thumbnail generator for all KDE file managers (konqueror, dolphin, ...)

To install, follow these steps (inside this folder):

Run cmake
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) -DCMAKE_BUILD_TYPE=release ..
Run make
  make
Install as root
  make install

Enjoy!
