Qt Script for Applications requires Qt 3.1.1.

If you have not already done so, install Qt 3.1.1. On Windows start
the self extracting Qt package executable and follow the usual
installation process. On Unix or Mac untar the Qt package, cd into the
directory and follow with the usual installation process (./configure;
make).

Make sure that the $QTDIR environment variable has to point the Qt
installation directory and that $QTDIR/bin is in your PATH and
$QTDIR/lib has to specified in your library path.


To install QSA then run


Unix or Mac:
./configure
make


Windows:

configure.bat        for Windows 2000/XP
configure9x.bat      for Windows 95/98/Me/NT

nmake                for MSVC
make                 for Borland

For further information on Qt Script for Applications, see the README
RELEASENOTES file.
