mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
475 B
Cheetah
13 lines
475 B
Cheetah
|
@echo off
|
||
|
call "%~dp0\o4w_env.bat"
|
||
|
@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
|
||
|
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt4\plugins
|
||
|
set PYTHONPATH=%OSGEO4W_ROOT%\apps\@package@\python;%PYTHONPATH%
|
||
|
"%OSGEO4W_ROOT%"\bin\python.exe %*
|