On Tue, 21 Oct 2008 18:11:39 -0700, Jason Kankiewicz <[EMAIL PROTECTED]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
