0023448: Fix QT samples for Mac OS X
[occt.git] / samples / qt / Tutorial / custom.sh
CommitLineData
7a53e886 1#!/bin/sh
2
90ac6145 3#Define CASROOT and QTDIR variables in order to generate Makefile files by qmake.
4#If you are using Mac OS X it is necessary to define WOKHOME as a path to your WOK installation directory.
7a53e886 5
6export CASROOT=""
7
8export QTDIR=""
9
90ac6145 10export WOKHOME=""