/***************************************************************************
 * 	(C) 2000-2001 Lost Highway Ltd. All rights reserved.                   *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU Library General Public License as       *
 *   published by the Free Software Foundation; either version 2 of the    *
 *   License, or (at your option) any later version.                       *
 *                                                                         *
 ***************************************************************************/

Here are Objective-C/GNUstep Foundation Kit based api bindings for Qt 3.0.0

All the C++/Java files in this project are generated from the Qt 3.0.0 C++ headers,
apart from the following:

QtSupport.m
QtSupport.h
	Event handling and slot/signal callbacks.
	C++ type conversion methods; Objective-C <--> C++
	
BUILD INSTRUCTIONS

1)  Ensure gnustep-base-1.0.x gnustep-make-1.0.x are installed.

2)  Source 'GNUstep.sh' to set up the GNUstep build environment variables.

3)  Run configure in the kdebindings directory with the --enable-objc flag.

4)  $ cd kdebindings/qtobjc
    $ make
    $ make install

