2015-04-10 16:34:17 +02:00
|
|
|
@echo off
|
|
|
|
call "%~dp0\o4w_env.bat"
|
2017-01-15 01:21:02 +01:00
|
|
|
call "%~dp0\qt5_env.bat"
|
|
|
|
call "%~dp0\py3_env.bat"
|
2015-04-10 16:34:17 +02:00
|
|
|
@echo off
|
|
|
|
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
|
|
|
|
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
|
|
|
|
set GDAL_FILENAME_IS_UTF8=YES
|
|
|
|
rem Set VSI cache to be used as buffer, see #6448
|
|
|
|
set VSI_CACHE=TRUE
|
|
|
|
set VSI_CACHE_SIZE=1000000
|
2017-01-15 01:21:02 +01:00
|
|
|
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
|
2015-04-10 16:34:17 +02:00
|
|
|
set PYTHONPATH=%OSGEO4W_ROOT%\apps\@package@\python;%PYTHONPATH%
|
|
|
|
"%OSGEO4W_ROOT%"\bin\python.exe %*
|