On Mon, 11 Jan 2010 20:59:01 +0100, Giulio Eulisse <[email protected]> wrote: > 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?
Seems harmless enough - though it won't make it into the next release. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
