[PyQt] Patch for SIP to add -qtlibinfix support

Ian Scott iscott at parallelengines.com
Fri Jul 15 18:23:09 BST 2011


Attached is a patch to add support for -qtlibinfix to SIP's siputils.py. 
A while ago someone else on the list requested this feature: 
<http://old.nabble.com/Build-PyQt-with-%22qtlibinfix%22-specified-for-Qt-libraries.-td29939267.html>

What it does is check for the value QT_LIBINFIX in mkspecs/qconfig.pri, 
as that seems to be the most reliable method for auto-detecting if Qt 
was configured with the -qtlibinfix option. This is what cmake does to 
determine the library infix.

Any comments? Could this be added to future releases of SIP?

Ian



-------------- next part --------------
A non-text attachment was scrubbed...
Name: sip-qtlibinfix.patch
Type: text/x-patch
Size: 2082 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110715/977a0af0/attachment.bin>


More information about the PyQt mailing list