0023124: Porting products 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 )"
9220e785 4if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
7a53e886 5cd $aSamplePath
6qmake IESample.pro
7make