PDA

View Full Version : How to integrate Lua as Qt application extension



mizim
4th October 2012, 15:47
I need to actually make an entry of scripts, so you can manipulate the application, I've tried with the binary project with sources, usually by. LIBS and the pro INCLUDEPATCH ...
I've tried also the project but QtLua of errors, LQT also, if anyone knew the best and how to install it properly I would greatly appreciate it ..

wysota
4th October 2012, 17:11
Is using Lua a requirement? Qt can be easily integrated with java script or python.

mizim
4th October 2012, 19:33
But for you which is faster and easier to write scripts User? Lua, Python or Java?
Thank you for helpme

wysota
4th October 2012, 19:54
But for you which is faster and easier to write scripts User? Lua, Python or Java?
Thank you for helpme

I don't know Lua so for me it's probably fastest to use JavaScript and then Python. If you insist on using Lua then google for "embedding Lua", from what I see this is a pretty straightforward task.

amleto
4th October 2012, 20:09
I need to actually make an entry of scripts, so you can manipulate the application, I've tried with the binary project with sources, usually by. LIBS and the pro INCLUDEPATCH ...
I've tried also the project but QtLua of errors, LQT also, if anyone knew the best and how to install it properly I would greatly appreciate it ..

http://code.google.com/p/lqt/wiki/BuildInstructions

qtlua mailing list
http://lists.nongnu.org/mailman/listinfo/libqtlua-list


Have you been to either? Since your issue is with the binding, not Qt, you would be better of asking there. And in any event, this is not a Qt programming question so you are in the wrong place. again.

mizim
4th October 2012, 20:49
Yes wysota, is pretty simple until I managed to solve the problem now, thanks for your help and for your opinion.

MTCA
15th June 2015, 06:03
Mizim, could you please tell me how you managed to integrate Lua as Qt application extension on windows platform?