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

@ -9,7 +9,7 @@ Windows Portable:
script:
- mkdir -p build
- cd build
- qmake-static ../luaengineapp.pro
- qmake-static CONFIG+=WITH_LUAENGINEAPP CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro
- make -j4
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
- cp -Rf src/luaenginerun/release/luaengine.exe ../

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