1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40: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,6 +1,7 @@
#!/bin/sh
#!/bin/bash
export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -e "${aSamplePath}/env.sh" ]; then source "${aSamplePath}/env.sh"; fi
cd $aSamplePath