KDE4
----

I you have KDE4 installed, then you can use the cmake system to build
QtCurve.

To build and install:

1. mkdir build
2. cd build
3. cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
4. make
5. make install



Qt Only
-------
To aid use pre-KDE4, QtCurve can use the qmake tool to generate makefiles.
If building for Qt only, then the style config dialog will not be built.

To build and install:

1) qmake
2) make
3) make install

