[Qt-interest] QLibraryInfo paths wrong for local Qt build.

Josh jknox at irobot.com
Tue Dec 15 17:57:27 CET 2009


Hi All,

I'm doing a local build of Qt. The configuration paths from QLibraryInfo are 
incorrect, pointing into my system (/usr/include/qt4, etc).
I ran "./configure -prefix /sandbox/qt4.6 ..."  and everything builds and 
installs to the correct prefix directory.

Later when I try to build PyQt against this, it gets the paths from Qt's 
QLibraryInfo but alas, they are wrong (/usr/include/qt4, not 
/hoe/sandbox/qt4.6/include/) and thus failure ensues.

Is there something special I'm missing to get the QLibraryInfo to return the 
correct paths?

Thanks,

Josh



More information about the Qt-interest-old mailing list