Skip to content

Repository files navigation

The QtLua library aims to make Qt4/Qt5 applications scriptable using
the Lua scripting language.
QtLua is released under the GNU LGPL v3 license.
Project documentation can be found online:
http://www.nongnu.org/libqtlua/
Build and install
=================
GNU autotools
-------------
cd libqtlua-x.x.x
mkdir bld
cd bld
../configure
make
make install
CMake
-----
cd libqtlua-x.x.x
mkdir bld
cd bld
cmake ..
make
make install

About

The QtLua library aims to make Qt4/Qt5 applications scriptable using the Lua scripting language. It is an alternative to the QtScript module. QtLua does not generate or use generated binding code for Qt. Instead it provides useful C++ wrapper classes to make C++ and lua objects accessible from both lua and C++. It takes advantages of the Qt met…

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages