aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/pysidewtypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Added missing license headers of the libraries/runtime partsFriedemann Kleint2016-10-181-0/+39
| | | | | | | Task-number: PYSIDE-431 Change-Id: I981ba7622e6337b2e82f34831f529bfee405cc7e Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* huge change on project layout.Christian Tismer2015-09-211-0/+27
The intention is to have PySide2 and Shiboken2 as project names, to allow for co-existence of PySide and PySide2. This is the first version that builds with these settings on OS X: $ python3 setup.py build --debug --no-examples --ignore-git --qmake=/usr/local/Cellar/qt5/5.5.0/bin/qmake --jobs=9 This is not yet tested.