[PyQt] Patch: PyQt 4.10.3 support for OS X 10.9 and Qt 4.8.6

Brian Jensen jensen.j.brian at gmail.com
Mon Dec 16 12:28:41 GMT 2013


Hi,

the upcoming Qt 4.8.6 release introduces a new qmake configuration mkspec that is necessary for supporting OS X 10.9 with libc++. The old build configuration method, configure.py, does not properly handle Qt qmake configurations that live under “mkspecs/unsupported”, and it also does not handle qmake variable definitions that have inline comments. I have attached a patch that fixes both of these issues. I know that the new method, configure-ng.py, is recommended but many of the software packages I depend on still require the pyqtconfig.py for building.

Cheers,
Brian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.py.diff
Type: application/octet-stream
Size: 958 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131216/fb51357e/attachment.obj>
-------------- next part --------------





More information about the PyQt mailing list