0029368: Incorrect intersection state of the intersection point of two 2d curves
[occt.git] / samples / qt / Tutorial / env.bat
1 @echo off
2
3 call "%~dp0..\..\..\env.bat" %1 %2 %3
4
5 call "custom.bat" %1 %2 %3
6
7 set "RES_DIR=%~dp0win%ARCH%\%VCVER%\res"
8 set "CSF_ResourcesDefaults=%RES_DIR%"
9 set "CSF_TutorialResourcesDefaults=%RES_DIR%"
10
11 set "PATH=%QTDIR%/bin;%PATH%"
12 set "QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins\platforms"