We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca6215 commit b758a8cCopy full SHA for b758a8c
ms-windows/osgeo4w/browser.bat.tmpl
@@ -3,4 +3,5 @@ call "%~dp0\o4w_env.bat"
3
@echo off
4
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
5
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
6
+set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt4\plugins
7
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*
0 commit comments