mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0023095: Porting demo and samples on OCCT 6.5.3
Fix for paths in *.vcproj files in MFC sample Fixed scripts for QT samples on Linux platform
This commit is contained in:
7
samples/qt/Tutorial/make.sh
Normal file
7
samples/qt/Tutorial/make.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
export aSamplePath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
if [ -e "${aSamplePath}/custom.sh" ]; then source "${aSamplePath}/env.sh"; fi
|
||||
cd $aSamplePath
|
||||
qmake Tutorial.pro
|
||||
make
|
Reference in New Issue
Block a user