aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
blob: a7cc0e453ce09031e18bd10ff391997e2814e389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tree 5c0149aefe247b54958a2b217ec9bb7984bc014f
parent de9c4b39d1adc988a8178e60060ea9d0286161b4
author Christian Tismer <ctismer@gmail.com> 1442829178 +0200
committer Christian Tismer <ctismer@gmail.com> 1442829178 +0200

huge change on project layout.

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.