aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2-examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows module extensions and tests to work with --debug buildAlexandru Croitor2017-07-121-0/+0
| | | | | | | | | | | | | | | | | | Use the same imp.get_suffixes() mechanism as on Unix, to determine the suffix part of module extension files. This fixes debug builds to work on Windows. Note that the whole build stack has to use the same configuration, no mixing is allowed on Windows. For release build you need: python.exe + setup.py without --debug flag + release build of Qt5. For debug build you need: python_d.exe + setup.py with --debug flag + debug build of Qt5. Change-Id: I6188c859b5757d11e87d6a9e32b9ba558f7f609e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-0/+0
| | | | still, there seem to be errors....
* add/extend README.md files and add pyside2.wiki.git as a sub-repo of ↵Christian Tismer2015-09-201-0/+0
| | | | pyside2-setup.
* fix the sub-repos structure after renamingChristian Tismer2015-09-191-0/+0