<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>QTeXEngine: README.txt</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1><a class="anchor" name="qtexengineinstall">README.txt </a></h1><div class="fragment"><pre class="fragment">QTeXEngine GNU GPL v. 3.0
------------------------
AUTHOR: Ion Vasilief
------------------------
FEATURES:  QTeXEngine enables Qt based applications to easily export graphics created <span class="keyword">using</span> the 
       QPainter <span class="keyword">class </span>to the .tex format using Pgf/TikZ packages (http:<span class="comment">//sourceforge.net/projects/pgf/).</span>
---------------------------------------------------------------------------
DEPENDENCIES: You need Qt (http:<span class="comment">//www.qtsoftware.com) installed on your system in order to build QTeXEngine.</span>
---------------------------------------------------------------------------
COMPILING: QTeXEngine 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.
---------------------------------------------------------------------------
</pre></div> </div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Aug 17 15:34:11 2009 for QTeXEngine by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>