[PyQt] [PyQt-4.4.3] Qt Designer plugin build failure (patch)

Phil Thompson phil at riverbankcomputing.com
Sun Oct 26 11:10:31 GMT 2008


On Tue, 21 Oct 2008 18:11:39 -0700, Jason Kankiewicz
<Jason.Kankiewicz at dreamworks.com> wrote:
> To Whom it May Concern,
>   The PyQt-4.4.3 configuration script fails to include the Qt Designer 
> plugin in the build and to produce a working make file for it in an 
> environment containing multiple platform-specific builds of Python 
> because it is written to assume only one.
> 
>   The attached patch should fix this problem.

Applied - thanks.

>   In addition, it would be nice if the configuration script provided a 
> command line option to explicitly disable building the Qt Designer 
> plugin for the situation where multiple platform-specific Python builds 
> link to the same installation of Qt; "--plugin-destdir=/dev/null" (*nix) 
> or "--plugin-destdir=NUL" (windows) is wasteful.

I've added --no-designer-plugin.

Phil


More information about the PyQt mailing list