parent
f574e39012
commit
9ad682b95f
|
@ -1,4 +1,10 @@
|
||||||
make clean
|
#!/bin/bash
|
||||||
qmake sandbox.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 && /usr/bin/make qmake_all
|
|
||||||
make
|
|
||||||
|
|
||||||
|
make clean
|
||||||
|
if [[ $OSTYPE == 'darwin'* ]]
|
||||||
|
then
|
||||||
|
qmake sandbox.pro -spec macx-clang CONFIG+=debug CONFIG+=x86_64 && /usr/bin/make qmake_all
|
||||||
|
else
|
||||||
|
qmake sandbox.pro CONFIG+=debug CONFIG+=x86_64 && /usr/bin/make qmake_all
|
||||||
|
fi
|
||||||
|
make
|
Loading…
Reference in New Issue