lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Am 14.04.2016 um 16:36 schrieb Scott Morgan <blumf@blueyonder.co.uk>:
> 
> 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.

I recently fixed some bugs ib libqtlua, to make it work with Qt5.

I think that fixes made it to repository, but I will double check.

> 
> 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
>