fixes for MacOS
This commit is contained in:
parent
e8096e48f0
commit
321d467951
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,3 +20,4 @@ jamulus.vcxproj
|
||||||
jamulus.vcxproj.filters
|
jamulus.vcxproj.filters
|
||||||
release/
|
release/
|
||||||
deploy/
|
deploy/
|
||||||
|
Jamulus.app/
|
||||||
|
|
|
@ -6,6 +6,9 @@ cd ..
|
||||||
# cvs -n update 2>null | grep -i "M " # error if any file is locally modified!!! -> TODO
|
# cvs -n update 2>null | grep -i "M " # error if any file is locally modified!!! -> TODO
|
||||||
|
|
||||||
|
|
||||||
|
# call qmake
|
||||||
|
qmake Jamulus.pro
|
||||||
|
|
||||||
# first clean up
|
# first clean up
|
||||||
rm -rf Jamulus.app
|
rm -rf Jamulus.app
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in a new issue