forked from AG_QGIS/Plugin_SN_Verfahrensgebiet
12 lines
277 B
Batchfile
12 lines
277 B
Batchfile
@echo off
|
|
REM Wechsle ins Plugin-Hauptverzeichnis (eine Ebene über /scripts)
|
|
cd /d %~dp0\..
|
|
|
|
call "C:\Program Files\QGIS 3.34.5\bin\o4w_env.bat"
|
|
|
|
REM Kompiliere die Ressourcen-Datei
|
|
pyrcc5 resources.qrc -o resources.py
|
|
|
|
@echo on
|
|
echo Ressourcen wurden erfolgreich kompiliert.
|