QXmlEdit Installation
===================

Requirements
============

QXmlEdit requires QT 4.7 or higher to be installed.


Quick Guide
===========

QXmlEdit is built and installed using qmake. Starting from 0.7 version, the package is composed by
an application and a library.
In the main folder there is a main QxmlEdit.pro file.

Extract the source, go to top folder

   qmake
   make
   sudo make install

The file DISTRIBUTING contains a list of files that should take part in a binary distribution.
To configure the destination folders, check the marker 'BEGIN INSTALLATION FOLDERS DECLARATION' in
each project file present in the src subfolder.

   
Mac OS X Note
=============
You should create SharedSupport directory in the final bundle by hand and put inside it snippets directory and
sample style files.


Windows Users Note
==================

In the install_scripts directory there is a NSIS NullSoft installer script that can be used to
generate a package compatible with Windows Installer. Simply put required files into "distribution"
subdirectory and generate the script. The needed libraries are in the Qt and mingw packages.

Qt must be compiled statically to build a single file executable.
