Skip to content

Commit ebb18d5

Browse files
committedMar 29, 2019
osgeo4w: fix starting of qt5 designer
(cherry picked from commit b9a53d4)
1 parent cfe8852 commit ebb18d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ms-windows/osgeo4w/designer.bat.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ call py3_env.bat
55
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
66
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
77
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
8-
start "Qt Designer with QGIS custom widgets" /B designer.exe %*
8+
start "Qt Designer with QGIS custom widgets" /B "%OSGEO4W_ROOT%\apps\qt5\bin\designer.exe" %*

0 commit comments

Comments
 (0)
Please sign in to comment.