1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00
QGIS/scripts/pyuic-wrapper.bat
2017-02-07 14:47:07 +01:00

7 lines
134 B
Batchfile

@echo off
set PYUIC=%1
set PATH=%2;%PATH%
set PYTHONPATH=%3;%PYTHONPATH%
set PYTHON=%4
%PYTHON% %~dp0\pyuic-wrapper.py %5 %6 %7 %8 %9