skip virtual base classes when computing offsets
[lqt.git] / README
blob0d383cfd4b1aa6fdf1441cc0d65034b48d59e132
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 The version on the KDE repository is less likely
16 to be up to date with the Git one unless/until
17 I find a clean way to push changes directly to
18 svn. Pointers to tutorials and manuals are
19 welcome.
21 The BUILD file gives some information on how to
22 build the bindings.
24 lqt builds the bindings using the information
25 found in the Qt headers. The generator itself
26 does not link ti Qt at all and is under the
27 MIT/BSD license included in the file named
28 LICENSE. The generated files most likely fall
29 under the same license as your Qt copy:
30 http://trolltech.com/developer/knowledgebase/236
31 http://trolltech.com/developer/task-tracker/index_html?id=213857&method=entry
32 I am no lawyer, however, so contact Trolltech
33 for more details on their license:
36 You can contact the authors at
37  * Mauro Iazzi <mauro.iazzi@gmail.com>
38  * Peter Kümmel <syntheticpp@gmx.net>