2014-08-22 09:58:14 +02:00
|
|
|
@echo off
|
|
|
|
call "%~dp0\o4w_env.bat"
|
2017-02-10 20:21:10 +01:00
|
|
|
call qt5_env.bat
|
|
|
|
call py3_env.bat
|
2015-04-10 14:44:10 +02:00
|
|
|
path %OSGEO4W_ROOT%\apps\@package@\bin;%PATH%
|
2014-08-22 09:58:14 +02:00
|
|
|
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
|
2017-01-15 01:21:02 +01:00
|
|
|
set QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\@package@\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
|
2019-11-15 00:35:28 +01:00
|
|
|
cd %USERPROFILE%
|
2019-03-29 21:45:04 +01:00
|
|
|
start "Qt Designer with QGIS custom widgets" /B "%OSGEO4W_ROOT%\apps\qt5\bin\designer.exe" %*
|