We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaa68b commit bde9b46Copy full SHA for bde9b46
ms-windows/osgeo4w/package-nightly.cmd
@@ -237,6 +237,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
237
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g
238
)
239
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
240
+set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
241
242
cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
243
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.
0 commit comments