
This source tree contains:

- a minimal Qt-Designer, patched to fix a few 
  critical bugs in plugin handling. (cf. designer-3.1.2.diff)

- the perleditor plugin, allowing seemless integration
  of PerlQt bindings into the Qt Designer.


To build and install:

$ export QTDIR=/root/of/your/qt/tree    # export syntax might be different if you aren't using bash
$ export PATH=$QTDIR/bin:$PATH
$ qmake -makefile designer.pro
$ make
# make install


This will install a new binary named "pqt-designer" in $QTDIR/bin
and the perleditor.so plugin in $QTDIR/plugins/designer

You may also export the PREFIX environment variable before invoking qmake 
if you wish to install those binaries in another location.
If you do so, you must edit ~/.qt/qtrc to add the new plugin path ($PREFIX/plugins) to
the libraryPath entry.

** Be aware that the plugin will only properly work from within the "pqt-designer" binary. **

Enjoy,

Germain Garand

--- http://perlqt.sourceforge.net -- the PerlQt project ---
