On 29/08/13 11:42, Glenn Ramsey wrote:
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 -d
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