[PyQt] PyQt5 configure.py --enable=MODULE

Phil Thompson phil at riverbankcomputing.com
Mon Nov 27 08:37:08 GMT 2017


On 27 Nov 2017, at 2:29 am, Davide Pesavento <pesa at gentoo.org> wrote:
> 
> Hi,
> 
> It seems that when passing the --enable option to configure.py,
> check_modules() is not called. For some modules, this means that the
> corresponding config-tests/cfgtest_* is not built and run, which
> results in mis-detection of some Qt features and potential build
> failures later on.
> 
> Is this a known bug?

It's not a bug. If you are specifically telling configure to build a module (rather than letting it decide) then it assumes you will do it for everything.

Phil


More information about the PyQt mailing list