0023095: Porting demo and samples on OCCT 6.5.3
[occt.git] / samples / qt / IESample / make.sh
CommitLineData
7a53e886 1#!/bin/sh
2
3export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4if [ -e "${aSamplePath}/custom.sh" ]; then source "${aSamplePath}/env.sh"; fi
5cd $aSamplePath
6qmake IESample.pro
7make