aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
blob: b480da5601c9725094080a900b2c82d986483982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
tree 14f3408202a7f0a0adfb4f50957bbec9fcf2a464
parent 1d453ae17ff87c5ca4cd4f00462d01a40b673928
author Christian Tismer <tismer@stackless.com> 1439678848 +0200
committer Christian Tismer <tismer@stackless.com> 1439678848 +0200

get rid of an meanwhile obsolete warning. Also fix a casting problem. There is still a bug left in QtGui.

Note: QtCore  builds, after I changed the build settings of Qt5!
In other words: Until a better way is found, you need to build your own Qt5.

The setting in Question is for qtbase/mkspecs/win32-msvc2010/qmake.conf.

##########
# Compiling PySide2 on Windows 7 with VS2010
# this one was crucial:
# QMAKE_CFLAGS            = -nologo -Zm200 -Zc:wchar_t
# change to

QMAKE_CFLAGS            = -nologo -Zm200 -Zc:wchar_t-

# and run configure
##########