Skip to content

Commit

Permalink
osgeo4w: fix starting of qt5 designer
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 29, 2019
1 parent 43ed203 commit b9a53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/designer.bat.tmpl
Expand Up @@ -5,4 +5,4 @@ call py3_env.bat
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
start "Qt Designer with QGIS custom widgets" /B designer.exe %*
start "Qt Designer with QGIS custom widgets" /B "%OSGEO4W_ROOT%\apps\qt5\bin\designer.exe" %*

0 comments on commit b9a53d4

Please sign in to comment.