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

@ -36,7 +36,6 @@ 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 += \
@ -46,6 +45,8 @@ HEADERS += \
luaengine/LuaEngineIO.h \
luaengine/LuaEngineIO_global.h
include(../luaenginecore/lua_module.pri)
unix {
target.path = $$LUAENGINE_LIBDIR
INSTALLS += target