Skip to content

Instantly share code, notes, and snippets.

@thbaumann
Created February 17, 2020 10:28
Show Gist options
  • Save thbaumann/1550ba276b5c17f36edf9f91379dd81d to your computer and use it in GitHub Desktop.
Save thbaumann/1550ba276b5c17f36edf9f91379dd81d to your computer and use it in GitHub Desktop.
@echo off
call "%~dp0\o4w_env.bat"
call qt5_env.bat
call py3_env.bat
@echo off
path %OSGEO4W_ROOT%\apps\qgis\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/qgis
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\qgis\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
start "QGIS" /B "%OSGEO4W_ROOT%\bin\qgis-bin.exe" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment