1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0026739: Problem with generate Qt samples

Generation of project files was fixed.
This commit is contained in:
ski
2015-10-06 14:14:36 +03:00
committed by bugmaster
parent 7aa74f3028
commit 980d161f03
18 changed files with 99 additions and 127 deletions

View File

@@ -1,10 +1,4 @@
#!/bin/sh
#!/bin/bash
#Define QT_DIR variables in order to generate Makefile files by qmake
#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=""
export QT_DIR=""