-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for QT5 #19
Comments
To be exact, it should be ported to both Qt5 and recent versions of lua. It would be go to estimate how many people use qtlua these days...
From: vrguru [email protected] I see that qtlua only support QT4.8 or lower? Is there a plan for supporting later QT versions? — |
Indeed, it's a humongous effort with little benefit in terms of adoption. |
I need qtLua badly, but most of other things my project would depend on need qt5 or higher. |
If this could support QT5, then it would be possible to use Lua to make SailfishOS smartphone apps. I mean, there's obviously more to it than that, but that's one of the big obstacles. |
QT4 will most likely not be supported anymore on macOS Sierra, see Homebrew/homebrew-core#5216 . Only QT5 from this point onwards. |
I use this a lot. I do not like web-based UI stuff. But I am fine with staying with Qt 4.8 as well. |
Qt is definitely a way to cross-platform application development and Qt5 evolves into a nearly full-stack application framework. With Torch, it would be made easier to develop full-fledged AI enabled applications. Perhaps most of the users are research based and the industry either integrates with their own proprietary extension or simply waits for the new updates. |
I see that qtlua only support QT4.8 or lower? Is there a plan for supporting later QT versions?
For example, QT4.8 only comes in precompiled versions for vs2010 which is...old.
The text was updated successfully, but these errors were encountered: