[PyQt] Compiling with mingw

Erik Janssens erik.janssens at conceptive.be
Tue Sep 4 13:34:18 BST 2018


Hi,

I was able to compile PyQt5 with the mingw compiler
that is included in the Windows install of the Qt
development environment.

It's amazing how all of that worked more or less out of the box !

The only annoying part was the need to edit all generated .pro
files, and add the '-lpython37' option to the linker to be able to link
against libpython.

Is there a way to specify this during the configuration process ?

Thank you,

Erik





More information about the PyQt mailing list