0029050: SKIPPED test cases are no listed in header of summary.html
[occt.git] / samples / qt / IESample / make.sh
CommitLineData
980d161f 1#!/bin/bash
7a53e886 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
dc3fe572 7if [ "$(uname -s)" != "Darwin" ] || [ "$MACOSX_USE_GLX" == "true" ]; then
8 if [ "${CASDEB}" == "d" ]; then
9 make debug
10 else
11 make release
12 fi
5f9575b3 13fi