Skip to content

Commit c7fb837

Browse files
committed
add missing file from 72e779c
1 parent 599255c commit c7fb837

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)