aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtPositioning
Commit message (Collapse)AuthorAgeFilesLines
* cmake: update minimum Qt version for 6.0+ compatCristian Maureira-Fredes2021-04-071-6/+1
| | | | | | | | | | Bumping modules compatibility, using 6.0.0 as the base since we the rename from PySide2 took place already, and this code is not supposed to be backward compatible. Pick-to: 6.0 Change-Id: I471b151ef50f5a5974561bf2e619017f7beb621a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-022-0/+130
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <tismer@stackless.com>