mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-11 19:26:28 +02:00
add Lua 5.4 support as default
This commit is contained in:
parent
e455f46fff
commit
c358d576ae
133 changed files with 27829 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue