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

@ -19,7 +19,8 @@ TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += luaengine \
luaenginegui
luaenginegui \
luaengineos
CONFIG(WITH_LUAENGINEAPP): SUBDIRS += luaengineapp
CONFIG(WITH_LUAENGINERUN): SUBDIRS += luaenginerun