[PyQt] Linking with a debug build of Qt 5.1 on OSX
Glenn Ramsey
gr at componic.co.nz
Thu Aug 29 00:42:43 BST 2013
Hi,
How do I get PyQt (5.1 snapshot) to link with a debug build of Qt (5.1) on OSX?
If I try a debug only build of Qt then it wants me to use the -no-framework flag
and the PyQt configure script doesn't recognise the Qt build. The other option
is to use -debug-and-release to build Qt, in which case the PyQt configure
script links with the release versions of the frameworks.
Glenn
More information about the PyQt
mailing list