add executeProcess function and OS library

This commit is contained in:
Syping 2019-09-30 19:25:02 +02:00
parent e189120982
commit 7773d84176
12 changed files with 220 additions and 12 deletions

View file

@ -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 \