[PyQt] Support for relocated Qt installations.

Giulio Eulisse Giulio.Eulisse at cern.ch
Mon Jan 11 19:59:01 GMT 2010


Dear all,

the project I work for packages all of its software so that the build
and installation path can be different. In order to make qt programs
relocatable we use our own qt.conf that gets relocated at
post-installation time with the correct installation path.

This seems to confuse pyqt building, because the "qtdirs" program,
used at build time by pyqt, does not use qt.conf, because no
QCoreApplication is created.

The attached patch fixes the problem. Do you think you could accept it
upstream, so that we don't have to maintain the patch ourself?

--
Ciao,
Giulio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pyqt-relocatable-build.patch
Type: application/octet-stream
Size: 569 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100111/62f1d007/attachment.obj>


More information about the PyQt mailing list