by default only build libraries

This commit is contained in:
Syping 2019-09-25 15:25:48 +02:00
parent e9b1c7b53e
commit db9ae56fb2
2 changed files with 5 additions and 4 deletions

View file

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