mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
10 lines
381 B
Cheetah
10 lines
381 B
Cheetah
@echo off
|
|
call "%~dp0\o4w_env.bat"
|
|
call qt5_env.bat
|
|
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
|
|
cd %USERPROFILE%
|
|
start "Qt Designer with QGIS custom widgets" /B "%OSGEO4W_ROOT%\apps\qt5\bin\designer.exe" %*
|