mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-07 13:57:33 +08:00
90ac61454f
Fixed QT samples so they can be built on Mac OS X with qt-x11
11 lines
255 B
Bash
Executable File
11 lines
255 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#Define CASROOT and QTDIR variables in order to generate Makefile files by qmake.
|
|
#If you are using Mac OS X it is necessary to define WOKHOME as a path to your WOK installation directory.
|
|
|
|
export CASROOT=""
|
|
|
|
export QTDIR=""
|
|
|
|
export WOKHOME=""
|