Fix buildGuiRelease

This commit is contained in:
altffour 2019-10-11 16:08:36 +03:00
parent f59d30ea7e
commit 317d9ee2e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
mkdir build
cd build
qmake CONFIG+=release
qmake CONFIG+=release ..
make -j9
cd ..