added a README and license information to the parser
[lqt.git] / cpptoxml / README
blobbdce7b3a786a7a86ba98d2675c0118f12e8b01fd
2 cpptoxml is a tool that trasform C++ code into an XML file.
4 It is based on the C++ parser originally written by Roberto
5 Raggi for KDevelop, as published by Trolltech in their
6 QtJambi product.
8 == Building ==
10 It currently depends on Qt 4. It is built with:
12 qmake
13 make
15 == A Note on Licenses ==
17 The parser itself (residing in the directory named parser)
18 is under the GPLv2 license and is copyrighted by Trolltech.
19 The rest of the code is under the GPLv2 as well.
21 You can find a copy of the license in the file gpl-2.0.txt
23 The parser has been modified slightly from the Trolltech
24 version. While this is not enough to grant a new copyright,
25 please avoid reporting bugs to them if you are not sure that
26 it is their code at fault.
28 == Contact ==
30 You can contact the authors at:
32  * Mauro Iazzi <mauro.iazzi@gmail.com>