qgis-grass.bat.tmpl (QGIS-final-3_10_11) | : | qgis-grass.bat.tmpl (QGIS-final-3_10_12) | ||
---|---|---|---|---|
@echo off | @echo off | |||
call "%~dp0\o4w_env.bat" | call "%~dp0\o4w_env.bat" | |||
call "%OSGEO4W_ROOT%\apps\grass\@grasspath@\etc\env.bat" | ||||
call qt5_env.bat | call qt5_env.bat | |||
call py3_env.bat | call py3_env.bat | |||
set savedpath=%PATH% | ||||
call "%OSGEO4W_ROOT%\apps\grass\@grasspath@\etc\env.bat" | ||||
@echo off | @echo off | |||
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\@grasspath@\lib ;%OSGEO4W_ROOT%\apps\grass\@grasspath@\bin;%PATH% | path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\@grasspath@\lib ;%OSGEO4W_ROOT%\apps\grass\@grasspath@\bin;%savedpath% | |||
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@ | set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@ | |||
set GDAL_FILENAME_IS_UTF8=YES | set GDAL_FILENAME_IS_UTF8=YES | |||
rem Set VSI cache to be used as buffer, see #6448 | rem Set VSI cache to be used as buffer, see #6448 | |||
set VSI_CACHE=TRUE | set VSI_CACHE=TRUE | |||
set VSI_CACHE_SIZE=1000000 | set VSI_CACHE_SIZE=1000000 | |||
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\q t5\plugins | set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\q t5\plugins | |||
start "QGIS" /B "%OSGEO4W_ROOT%\bin\@package@-bin-g@grassmajor@.exe" %* | start "QGIS" /B "%OSGEO4W_ROOT%\bin\@package@-bin-g@grassmajor@.exe" %* | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |