[PyQt] Build PyQt with "qtlibinfix" specified for Qt libraries.

Phil Thompson phil at riverbankcomputing.com
Tue Oct 12 09:18:44 BST 2010


On Mon, 11 Oct 2010 20:48:42 -0400, Darryl Wallace
<darryl.wallace at prosensus.ca> wrote:
> Hello,
> 
> I've built Qt 4.7.0 with the -qtlibinfix switch when running configure
(I
> used _x64_ as the value; e.g., QtGui_x64_4.dll).  I did this so that I
> could
> have a 64-bit version of Qt running along side the 32-bit version.  When
> running PyQt's configure, it doesn't seem to find the libraries properly
> when running configure.py from the VS 2008 64-bit command console.
> 
> Is there a way to specify the qtlibinfix value in the PyQt
configure.py???

Not at the moment. I'll add support at some point, but if you want to play
around with it then look at the method _qt_module_to_lib() in SIP's
siputils.py.

Phil


More information about the PyQt mailing list