Correction of unstable testing cases
[occt.git] / samples / qt / Tutorial / make.sh
1 #!/bin/sh
2
3 export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4 if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
5 cd $aSamplePath
6 qmake Tutorial.pro
7 if test `uname -s` != "Darwin"; then
8   make
9 fi