mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +01:00
by default only build libraries
This commit is contained in:
parent
e9b1c7b53e
commit
db9ae56fb2
2 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@ Windows Portable:
|
||||||
script:
|
script:
|
||||||
- mkdir -p build
|
- mkdir -p build
|
||||||
- cd build
|
- cd build
|
||||||
- qmake-static ../luaengineapp.pro
|
- qmake-static CONFIG+=WITH_LUAENGINEAPP CONFIG+=WITH_LUAENGINERUN ../luaengineapp.pro
|
||||||
- make -j4
|
- make -j4
|
||||||
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
|
- cp -Rf src/luaengineapp/release/luaengineapp.exe ../
|
||||||
- cp -Rf src/luaenginerun/release/luaengine.exe ../
|
- cp -Rf src/luaenginerun/release/luaengine.exe ../
|
||||||
|
|
|
@ -19,6 +19,7 @@ TEMPLATE = subdirs
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
|
||||||
SUBDIRS += luaengine \
|
SUBDIRS += luaengine \
|
||||||
luaenginegui \
|
luaenginegui
|
||||||
luaengineapp \
|
|
||||||
luaenginerun
|
CONFIG(WITH_LUAENGINEAPP): SUBDIRS += luaengineapp
|
||||||
|
CONFIG(WITH_LUAENGINERUN): SUBDIRS += luaenginerun
|
||||||
|
|
Loading…
Reference in a new issue