[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Qt5 Bindings
- From: Scott Morgan <blumf@...>
- Date: Thu, 14 Apr 2016 15:36:52 +0100
What's the state of Qt 5 bindings for Lua?
It seems that both lqt and QtLua are dead, or at least not keeping up
with the Qt framework.
QtLua: I can get to build, but it doesn't pick up on any of the widget
classes. May be a bad/missing compiler directive as it looks like an
issue in qtluaqmetaobjecttable.cc not picking up on static member addresses.
lqt: I think I'd prefer this one, but the cpptoxml util it uses crashes
out in the binder.cpp file. (not entirely surprising as there are lots
of #warnings 'unimplemented' scattered about the code, and I made a few
guesses changing the CodeModelPointer class to get it to build)
Anybody got a working binding for current Lua and Qt?
Scott