Updated Plugin migration to be compatible with Qt5 and Qt6 (markdown)

Étienne Trimaille 2024-10-30 16:17:27 +01:00
parent 3566ba39b5
commit 1a27d327cb

@ -6,4 +6,5 @@ It's possible to make a plugin for both Qt5 and Qt6.
1. `pip install astpretty tokenize-rt`
1. Install `python3-pyqt6`, `python3-pyqt6.qtsvg`, `python3-pyqt6.qsci`
1. `/path/to/qgis/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py /path/to/plugin`
1. Download the script available on [GitHub](https://github.com/qgis/QGIS/blob/master/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py)
1. `pyqt5_to_pyqt6.py /path/to/plugin`