2015-06-25 15:07:43 +02:00
|
|
|
@echo off
|
|
|
|
call "%~dp0\o4w_env.bat"
|
|
|
|
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
|
2017-01-15 01:21:02 +01:00
|
|
|
call "%~dp0\qt5_env.bat"
|
|
|
|
call "%~dp0\py3_env.bat"
|
2015-06-25 15:07:43 +02:00
|
|
|
@echo off
|
2016-01-22 09:28:43 +01:00
|
|
|
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\bin;%PATH%
|
2015-06-25 15:07:43 +02:00
|
|
|
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
|
2017-01-15 01:21:02 +01:00
|
|
|
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
|
2015-06-25 15:07:43 +02:00
|
|
|
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*
|