mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
8 lines
167 B
Batchfile
8 lines
167 B
Batchfile
@echo off
|
|
|
|
call "%~dp0..\..\..\env.bat" %1 %2 %3
|
|
|
|
call "custom.bat" %1 %2 %3
|
|
|
|
set "PATH=%QTDIR%/bin;%PATH%"
|
|
set "QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins\platforms" |