[Python-modules-team] Bug#631832: Compile PySide 1.0.4 against Qt 4.5.3 and Python 2.6
Carlo Giesa
carlo_g at nwavedigital.com
Mon Jun 27 15:18:26 UTC 2011
Package: PySide
Version: 1.0.4
To compile successfully against Qt 4.5.3 and Python 2.6 following code snippets must be modified:
* File: PySide/QtGui/typesystem_gui_common.xml
There are two switch cases that handle QColor::Hsl. Both must be put inside a Qt version check condition. It is already done in 1.0.4 for the first block but not for the second 40 lines below.
* File: PySide/QtGui/CMakeLists.txt
Comment out the line with "qpixmapcache_key_wrapper" (this was added in Qt 4.6 I guess).
* File PySide/QtCore/CMakeLists.txt
Comment out the line with "/glue/qeasingcurve_glue.cpp" (line number 3)
Greets,
Carlo
More information about the Python-modules-team
mailing list