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 599255c commit c7fb837Copy full SHA for c7fb837
ms-windows/osgeo4w/designer-qgis.bat.tmpl
@@ -0,0 +1,6 @@
1
+@echo off
2
+call "%~dp0\o4w_env.bat"
3
+path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
4
+set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
5
+set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt4\plugins
6
+start "Qt Designer with QGIS custom widgets" /B "%OSGEO4W_ROOT%"\bin\designer.exe %*
0 commit comments