2009-07-29 08:59:18 +00:00
|
|
|
@echo off
|
2013-04-25 21:05:41 +02:00
|
|
|
call "%~dp0\o4w_env.bat"
|
2017-02-06 01:15:05 +01:00
|
|
|
call qt5_env.bat
|
|
|
|
call py3_env.bat
|
2009-07-29 08:59:18 +00:00
|
|
|
@echo off
|
2015-06-25 15:07:43 +02:00
|
|
|
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
|
2012-06-19 02:57:38 +02:00
|
|
|
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
|
2013-07-14 11:31:50 +09:00
|
|
|
set GDAL_FILENAME_IS_UTF8=YES
|
2013-05-06 10:30:50 +02:00
|
|
|
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
|
2017-02-10 20:21:10 +01:00
|
|
|
start "QGIS" /B "%OSGEO4W_ROOT%\bin\@package@-bin.exe" %*
|