add Lua 5.4 support as default

This commit is contained in:
Syping 2020-07-02 16:09:52 +02:00
parent e455f46fff
commit c358d576ae
133 changed files with 27829 additions and 75 deletions

View file

@ -35,12 +35,13 @@ CONFIG(debug, debug|release): win32: LIBS += -L$$OUT_PWD/../luaenginecore/debug
CONFIG(release, debug|release): win32: LIBS += -L$$OUT_PWD/../luaenginecore/release -lLuaEngine
INCLUDEPATH += \
../luaenginecore/lua \
../luaenginecore/luaengine \
SOURCES += \
main.cpp
include(../luaenginecore/lua_module.pri)
unix {
target.path = $$LUAENGINE_BINDIR
INSTALLS += target