1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-26 00:02:43 -04:00

osgeo4w: add qt plugin path for tests

This commit is contained in:
Juergen E. Fischer 2017-02-20 00:14:11 +01:00
parent caaa68bb2d
commit bde9b46bbc

@ -237,6 +237,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-%%g
)
PATH %path%;%BUILDDIR%\output\plugins\%BUILDCONF%
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\output\plugins;%OSGEO4W_ROOT%\apps\qt5\plugins
cmake --build %BUILDDIR% --target Nightly --config %BUILDCONF%
if errorlevel 1 echo TESTS WERE NOT SUCCESSFUL.