On Mon, 11 Oct 2010 20:48:42 -0400, Darryl Wallace
<[email protected]> 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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to