[PyQt] Building problems with PyQt4 20070402

Phil Thompson phil at riverbankcomputing.co.uk
Wed Apr 4 14:36:28 BST 2007


On Wednesday 04 April 2007 10:50 am, Andreas Pakulat wrote:
> Hi,
>
> after switching to system-installed Qt4.2 I get some build errors when
> trying to build QtDesigner module. Speficically ld fails to find
> libqpydesigner.so, which wasn't built before QtDesigner module.

It should be trying to link libqpydesigner.a not libqpydesigner.so. You need 
to provide more information about the error.

> Also I saw that the designer-stuff wants to install itself into some Qt
> locations, it would be cool if that could be changed to either the
> prefix that PyQt4 is installed to or to something else I could tell
> configure.py with a commandline switch. The reasoning is that I don't
> want to have this installed together with a system-qt4, because this
> clutters /usr.
>
> Designer can load plugins from any location that is given in the
> environment variable QT_PLUGIN_PATH so its not a problem to install
> designer plugins to somewhere else.

I've added a -p flag, it will be in tonight's snapshot.

Phil


More information about the PyQt mailing list