From 3db9aa9560c9f61e1bce279157690ec038e702e9 Mon Sep 17 00:00:00 2001 From: Richard Duivenvoorde Date: Thu, 11 Sep 2025 12:28:16 +0200 Subject: [PATCH] title update --- Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md index 91e723b..4c5187d 100644 --- a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md +++ b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md @@ -25,7 +25,7 @@ It's possible to make a plugin for both Qt5 and Qt6. This will get you in the right direction but might not do all necessary changes. Make sure to test your plugin thoroughly. Consider using an IDE with inspection that can notify you about broken imports, bad usage or non-existent references. -### Use OSGeo4W shell +### Use OSGeo4W shell (for Windows users) 1. Install a QGIS Qt6(!) build first, see for example "Latest Version for Windows (3.44) with Qt6 (experimental)" on https://qgis.org/download 2. Download the script from: https://github.com/qgis/QGIS/blob/master/scripts/pyqt5_to_pyqt6/pyqt5_to_pyqt6.py