EpsEngine GNU GPL v. 3.0
------------------------
AUTHOR: Ion Vasilief
------------------------
FEATURES: EpsEngine enables Qt5 based applications to export graphics to the Encapsulated PostScript format. 
————————————————————————————————————————————————————————————————————————————————————————————————————----------
DEPENDENCIES: You need Qt (http://www.qt.io) installed on your system in order to build EpsEngine.
————————————————————————————————————————————————————————————————————————————————————————————————————----------
LICENSE: GNU GPL v. 3.0 for open source applications. Otherwise you need a commercial license from IONDEV SRL.
————————————————————————————————————————————————————————————————————————————————————————————————————----------
COMPILING: EpsEngine uses qmake for the building process. 
	qmake is part of a Qt distribution: 
	qmake reads project files, that contain the options and rules how to build a certain project. 
	A project file ends with the suffix "*.pro". Please read the qmake documentation for more details.

After installing Qt on your system, type the following command lines: 
	$ qmake
	$ make
————————————————————————————————————————————————————————————————————————————————————————————————————----------
USE: a short demo application is provided in the “example” folder of the source archive.
————————————————————————————————————————————————————————————————————————————————————————————————————----------
