discard identical version of the method if present
[lqt.git] / README
blob4f08d38ce9f07f802deada2820f91b8735e4e67d
2 lqt is an in-development Qt binding for Lua.
4 You can find information about Qt at Trolltech
5 (http://trolltech.org) and about Lua on its site
6 http://lua.org
8 This software is still in very early development
9 and must not be used in production environment.
10 In any case you use it at your own risk.
12 The latest version can be found at the main Git
13 repository http://repo.or.cz/w/lqt.git
15 A Wiki and Bugtracker is here:
16 http://code.google.com/p/lqt/
18 The version on the KDE repository is less likely
19 to be up to date with the Git one unless/until
20 I find a clean way to push changes directly to
21 svn. Pointers to tutorials and manuals are
22 welcome.
24 The BUILD file gives some information on how to
25 build the bindings.
27 lqt builds the bindings using the information
28 found in the Qt headers. The generator itself
29 does not link ti Qt at all and is under the
30 MIT/BSD license included in the file named
31 LICENSE. The generated files most likely fall
32 under the same license as your Qt copy:
33 http://trolltech.com/developer/knowledgebase/236
34 http://trolltech.com/developer/task-tracker/index_html?id=213857&method=entry
35 I am no lawyer, however, so contact Trolltech
36 for more details on their license:
39 You can contact the authors at
40  * Mauro Iazzi <mauro.iazzi@gmail.com>
41  * Peter Kümmel <syntheticpp@gmx.net>