Installing Qt Script for Applications (QSA)
-------------------------------------------

This version of QSA requires Qt 4.0.1 or newer. It will not work
against Qt 3 or Qt 4.0.0.


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


Unix or Mac:
------------
./configure
make


Windows:
--------
configure
nmake

*********************************************************************
It is possible to configure with -no-editor to have QSA build without
the QSWorkbench and QSEditor classes. QSA will not depend on the Qt3
support library in this confguration

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

