JKQtPlotter/test/jkqtplot_test/EmfEngine
2018-11-18 11:59:30 +01:00
..
example git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
src modernization of code: C++11, removed warnings, using templates in JKQTPDatastore 2018-11-18 11:59:30 +01:00
CHANGES.txt git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
config.pri git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
COPYING.txt git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
EmfEngine.pro git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
EmfEngine.pro.user git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00
README.txt git-svn-id: https://www.dkfz.de/svn/B040/LIB/trunk/jkqtpplotter@4020 0d8be23c-4016-4ca5-a69c-3788035ecc6c 2015-07-11 10:56:02 +00:00

EmfEngine GNU GPL v. 3.0 
------------------------
AUTHOR: Ion Vasilief
------------------------
FEATURES:  EmfEngine enables Qt based applications to easily export graphics created using the 
	   QPainter class to the Enhanced MetaFile format (EMF).
---------------------------------------------------------------------------
DEPENDENCIES: You need Qt (http://www.qtsoftware.com) installed on your system in order to build EmfEngine.
	      On Unix-like systems you also need libEMF (http://libemf.sourceforge.net/).
---------------------------------------------------------------------------
COMPILING: EmfEngine 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

if you use MinGW, or:

	$ qmake -tp vc -r

if you use Microsoft Visual Studio (this will generate Visual Studio .vcproj project files in the "src" and "example" folders).
---------------------------------------------------------------------------
USE: a short demo application is provided in the "example" folder of the source archive.
---------------------------------------------------------------------------