aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
blob: b348f2e6038ea2635938b20e99130aa7984c3da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
tree cea7eeed5c142f2c20547b1413249d068523f901
parent aec629295a7470396432cfbf8175e3020949904f
author Christian Tismer <ctismer@gmail.com> 1442829120 +0200
committer Christian Tismer <ctismer@gmail.com> 1442829120 +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.