--------------------------------------------------------------------------
QARecord (C) 2003 by Matthias Nagorni
Qt4-port 2009 by Frank Kober
QARecord is released under GNU General Public License (refer to COPYING file)
--------------------------------------------------------------------------

QARecord is a simple hard disk recorder writing from an input audio stream
to a .wav file. For a list of possible command-line options, start QARecord 
with the --help option.


Installation
-------------
qarecord uses autoconf/automake as build system. For short

  ./configure
  make
  make install

does the trick. Please refer to the INSTALL file for more information.


CVS check out
-------------
If you start with a fresh CVS checkout, please first apply

  autoreconf -i

to get a proper configure script. For more instructions about compiling
and installing this application please refer to the INSTALL file.
