- QGIS v3.8 or greater(Long term release recommended)
- Install Plugin Reloader plugin for hot reloading.
- QT Creator for UI design.
- Python 3.
-
Install GNU Make
choco install make
-
Update
HOME
variable in Makefile to point to your user's path -
Update line 2 in
.\src\build\compile.bat
to point to the correct version of QGIS installed -
Once the previous steps are complete, you may run the following command whenever you want to apply your changes to the plugin directory:
make win-deploy
-
Restart QGIS or execute Plugin Reloader to reload the updated plugin.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.