765429899f4eadff104ef250a33a94bc99dd74d5
[occt.git] / samples / qt / IESample / 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 IESample.pro
7 make