mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-15 21:21:41 +02:00
add executeProcess function and OS library
This commit is contained in:
parent
e189120982
commit
7773d84176
12 changed files with 220 additions and 12 deletions
|
@ -25,7 +25,7 @@ static: DEFINES += LUAENGINE_STATIC
|
|||
|
||||
CONFIG(debug, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengine/debug -lluaengine
|
||||
CONFIG(release, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengine/release -lluaengine
|
||||
unix: LIBS += -L$$OUT_PWD/../luaengine -L$$OUT_PWD/../luaenginegui -lluaengine
|
||||
unix: LIBS += -L$$OUT_PWD/../luaengine -lluaengine
|
||||
|
||||
INCLUDEPATH += \
|
||||
../luaengine/lua \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue